Changeset 65b5a7 in git


Ignore:
Timestamp:
Sep 28, 2011, 4:01:35 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e58306f8889767feb5a5b9dc79ee89fb70ca6e13
Parents:
eecd53d1af038979463197d6cb0c4ef531c89906
Message:
change maxideal (for attrib isSB

git-svn-id: file:///usr/local/Singular/svn/trunk@14392 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    reecd53 r65b5a7  
    51195119#endif
    51205120#define jjidHead       (proc1)idHead
    5121 #define jjidMaxIdeal   (proc1)idMaxIdeal
    51225121#define jjidMinBase    (proc1)idMinBase
    51235122#define jjsyMinBase    (proc1)syMinBase
  • Singular/table.h

    reecd53 r65b5a7  
    173173,{  jjWRONG ,      MAP_CMD,         0,              ANY_TYPE      , ALLOW_PLURAL |ALLOW_RING}
    174174,{D(jjDUMMY),      MATRIX_CMD,      MATRIX_CMD,     MATRIX_CMD    , ALLOW_PLURAL |ALLOW_RING}
    175 ,{D(jjidMaxIdeal), MAXID_CMD,       XS(IDEAL_CMD),  INT_CMD       , ALLOW_PLURAL |ALLOW_RING}
     175,{D(jjidMaxIdeal), MAXID_CMD,       IDEAL_CMD,      INT_CMD       , ALLOW_PLURAL |ALLOW_RING}
    176176,{D(jjMEMORY),     MEMORY_CMD,      BIGINT_CMD,     INT_CMD       , ALLOW_PLURAL |ALLOW_RING}
    177177,{D(jjidMinBase),  MINBASE_CMD,     XS(IDEAL_CMD),  IDEAL_CMD     , NO_PLURAL |ALLOW_RING}
Note: See TracChangeset for help on using the changeset viewer.