Changeset 13a431 in git


Ignore:
Timestamp:
Oct 11, 2012, 9:35:17 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Turn off unwanted debug output (by default!)
Location:
dyn_modules/syzextra
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/mod_main.cc

    r6bfd78 r13a431  
    561561  const SchreyerSyzygyComputationFlags attributes(currRingHdl);
    562562
    563   const BOOLEAN __DEBUG__      = attributes.__DEBUG__;
     563  const BOOLEAN __DEBUG__      = FALSE; // attributes.__DEBUG__;
    564564//  const BOOLEAN __SYZCHECK__   = attributes.__SYZCHECK__;
    565565//  const BOOLEAN __LEAD2SYZ__   = attributes.__LEAD2SYZ__;
  • dyn_modules/syzextra/syzextra.cc

    r6bfd78 r13a431  
    867867SchreyerSyzygyComputationFlags::SchreyerSyzygyComputationFlags(idhdl rootRingHdl):
    868868#ifndef NDEBUG
    869     __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", TRUE) ),
     869     __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", FALSE) ),
    870870#else
    871871    __DEBUG__( (BOOLEAN)atGetInt(rootRingHdl,"DEBUG", FALSE) ),
Note: See TracChangeset for help on using the changeset viewer.