Changeset f6bfc4 in git
- Timestamp:
- Apr 6, 2011, 4:14:24 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e543ddddcd363bebd77251037f5f4c35de7e48ee
- Parents:
- 09cb44379e8060a8d2ac1b71d07ebab1fd9e46e6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r09cb443 rf6bfc4 557 557 {"qringNF", Sy_bit(V_QRING), ~Sy_bit(V_QRING)}, 558 558 {"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)}, 559 561 /*special for "none" and also end marker for showOption:*/ 560 562 {"ne", 0, 0 } -
Tst/Short/ok_s.lst
r09cb443 rf6bfc4 124 124 equising_s 125 125 facstd 126 factorizep_s 126 127 fetch_s 127 128 fglm1_s -
kernel/options.h
r09cb443 rf6bfc4 58 58 /*23: kDebugPrint */ 59 59 #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 */ 61 63 #define V_DEG_STOP 31 62 64 … … 124 126 #define TEST_V_FINDMONOM BVERBOSE(V_FINDMONOM) 125 127 #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) 126 130 127 131
Note: See TracChangeset
for help on using the changeset viewer.