Changeset e5e8e8 in git


Ignore:
Timestamp:
Nov 9, 2007, 12:05:47 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e4ca29b09b3ed9b5be7d242a7e2d24cac58e0b9c
Parents:
2da8a4a787a7a548cf226c12540fd46dd3ddbf35
Message:
*hannes: C-type of vector is poly


git-svn-id: file:///usr/local/Singular/svn/trunk@10394 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/modgen/misc.cc

    r2da8a4a re5e8e8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: misc.cc,v 1.28 2007-10-08 16:59:59 Singular Exp $ */
     4/* $Id: misc.cc,v 1.29 2007-11-09 11:05:47 Singular Exp $ */
    55/*
    66* ABSTRACT: lib parsing
     
    645645  strcpy(type_conv[NUMBER_CMD], "number");
    646646  strcpy(type_conv[MODUL_CMD], "ideal");
    647   strcpy(type_conv[VECTOR_CMD], "ideal");
     647  strcpy(type_conv[VECTOR_CMD], "poly");
    648648  strcpy(type_conv[IDEAL_CMD], "ideal");
    649649  strcpy(type_conv[MAP_CMD], "map");
Note: See TracChangeset for help on using the changeset viewer.