Changeset f6bfc4 in git


Ignore:
Timestamp:
Apr 6, 2011, 4:14:24 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
e543ddddcd363bebd77251037f5f4c35de7e48ee
Parents:
09cb44379e8060a8d2ac1b71d07ebab1fd9e46e6
Message:
options intersectSyz, intersectSyz


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

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r09cb443 rf6bfc4  
    557557  {"qringNF",  Sy_bit(V_QRING),     ~Sy_bit(V_QRING)},
    558558  {"warn",     Sy_bit(V_ALLWARN),   ~Sy_bit(V_ALLWARN)},
     559  {"interedSyz",Sy_bit(V_INTERSECT_SYZ), ~Sy_bit(V_INTERSECT_SYZ)},
     560  {"interedElim",Sy_bit(V_INTERSECT_ELIM), ~Sy_bit(V_INTERSECT_ELIM)},
    559561/*special for "none" and also end marker for showOption:*/
    560562  {"ne",         0,          0 }
  • Tst/Short/ok_s.lst

    r09cb443 rf6bfc4  
    124124equising_s
    125125facstd
     126factorizep_s
    126127fetch_s
    127128fglm1_s
  • kernel/options.h

    r09cb443 rf6bfc4  
    5858/*23: kDebugPrint */
    5959#define V_ALLWARN    24
    60 /* for tests: 25-30 */
     60#define V_INTERSECT_ELIM 25
     61#define V_INTERSECT_SYZ 26
     62/* for tests: 27-30 */
    6163#define V_DEG_STOP   31
    6264
     
    124126#define TEST_V_FINDMONOM           BVERBOSE(V_FINDMONOM)
    125127#define TEST_V_ALLWARN             BVERBOSE(V_ALLWARN)
     128#define TEST_V_INTERSECT_ELIM      BVERBOSE(V_INTERSECT_ELIM)
     129#define TEST_V_INTERSECT_SYZ       BVERBOSE(V_INTERSECT_SYZ)
    126130
    127131
Note: See TracChangeset for help on using the changeset viewer.