Changeset d30a399 in git for dyn_modules


Ignore:
Timestamp:
Oct 19, 2012, 9:59:20 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8710ff0734063b049b29453b8d06161041fffbc7b37b3984a12e1552c7bafc9fd5a7849240ea7980
Parents:
f2359093b446e8c68c3bda0f0484c4dbf7bd93a8
Message:
chg: option handling: test,verbose renamed to si_opt_1,si_opt_2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/myNF.cc

    rf23590 rd30a399  
    224224  //strat->ak = id_RankFreeModule(F, RING!);
    225225  /*- creating temp data structures------------------- -*/
    226   BITSET save_test=test;
    227   test|=Sy_bit(OPT_REDTAIL);
     226  BITSET save1;
     227  SI_SAVE_OPT1(save1);
     228  si_opt_1|=Sy_bit(OPT_REDTAIL);
    228229  initBuchMoraCrit(strat);
    229230  strat->initEcart = initEcartBBA;
     
    260261#endif
    261262    {
    262       BITSET save=test;
    263       test &= ~Sy_bit(OPT_INTSTRATEGY);
     263      si_opt_1 &= ~Sy_bit(OPT_INTSTRATEGY);
    264264      p = redtailBba(p,max_ind,strat,(lazyReduce & KSTD_NF_NONORM)==0);
    265       test=save;
    266265    }
    267266  }
     
    277276  omfree(strat->fromQ);
    278277  idDelete(&strat->Shdl);
    279   test=save_test;
     278  SI_RESTORE_OPT1(save1);
    280279  if (TEST_OPT_PROT) PrintLn();
    281280  return p;
Note: See TracChangeset for help on using the changeset viewer.