Ignore:
Timestamp:
Oct 19, 2012, 9:59:20 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
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
  • libpolys/polys/monomials/ring.cc

    rf23590 rd30a399  
    34303430  if (complete)
    34313431  {
    3432     test &= ~ TEST_RINGDEP_OPTS;
    3433     test |= r->options;
     3432    si_opt_1 &= ~ TEST_RINGDEP_OPTS;
     3433    si_opt_1 |= r->options;
    34343434  }
    34353435}
Note: See TracChangeset for help on using the changeset viewer.