Changeset 13a431 in git
- Timestamp:
- Oct 11, 2012, 9:35:17 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9936d61cca97ff8a5480d7bad6bbc217670d3d99
- Parents:
- 6bfd784a2ae971e2eddfc0b8e22c9b276d9aa341
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-11 21:35:17+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
- Location:
- dyn_modules/syzextra
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/mod_main.cc
r6bfd78 r13a431 561 561 const SchreyerSyzygyComputationFlags attributes(currRingHdl); 562 562 563 const BOOLEAN __DEBUG__ = attributes.__DEBUG__;563 const BOOLEAN __DEBUG__ = FALSE; // attributes.__DEBUG__; 564 564 // const BOOLEAN __SYZCHECK__ = attributes.__SYZCHECK__; 565 565 // const BOOLEAN __LEAD2SYZ__ = attributes.__LEAD2SYZ__; -
dyn_modules/syzextra/syzextra.cc
r6bfd78 r13a431 867 867 SchreyerSyzygyComputationFlags::SchreyerSyzygyComputationFlags(idhdl rootRingHdl): 868 868 #ifndef NDEBUG 869 __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", TRUE) ),869 __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", FALSE) ), 870 870 #else 871 871 __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", FALSE) ),
Note: See TracChangeset
for help on using the changeset viewer.