Changeset 31a08c2 in git


Ignore:
Timestamp:
Oct 19, 2012, 6:50:38 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
68fedf3295a64608c08e75ff1fba1dc2a5c9ef32
Parents:
9936d61cca97ff8a5480d7bad6bbc217670d3d99
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-19 18:50:38+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
Message:
Adaptation/update due to renaming of options(test&verbose) by Hans
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/syzextra.cc

    r9936d6 r31a08c2  
    643643      //      TEST_OPT_REDTAIL
    644644    assume( r == currRing );
    645     BITSET _save_test = test;
    646     test |= (Sy_bit(OPT_REDTAIL) | Sy_bit(OPT_REDSB));
     645 
     646    BITSET _save_test; SI_SAVE_OPT1(_save_test);
     647    SI_RESTORE_OPT1(Sy_bit(OPT_REDTAIL) | Sy_bit(OPT_REDSB) | _save_test);
    647648
    648649    intvec* w=new intvec(IDELEMS(newid));
     
    650651    delete w;
    651652
    652     test = _save_test;
     653    SI_RESTORE_OPT1(_save_test)
    653654
    654655    id_Delete(&newid, r);
Note: See TracChangeset for help on using the changeset viewer.