Changeset 09dbf3 in git


Ignore:
Timestamp:
Aug 18, 2013, 9:06:14 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7766a9445dc7e7d73d99469638a56cf32dcfca4a
Parents:
a3b2130a42b1061b27f322ab24e4d3c79ffa097c
git-author:
Martin Lee <martinlee84@web.de>2013-08-18 21:06:14+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-30 13:48:30+02:00
Message:
chg: switch on SW_RATIONAL if necessary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    ra3b213 r09dbf3  
    17141714  CanonicalForm F( convSingTrPFactoryP( f, r) );
    17151715
     1716  bool isRat= isOn (SW_RATIONAL);
     1717  if (!isRat)
     1718    On (SW_RATIONAL);
     1719
    17161720  CFAFList absFactors= absFactorize (F);
    17171721
     
    17351739    iter++;
    17361740  }
    1737   bool isRat= isOn (SW_RATIONAL);
    1738   if (!isRat)
    1739     On (SW_RATIONAL);
    17401741  for (; iter.hasItem(); iter++, i++)
    17411742  {
Note: See TracChangeset for help on using the changeset viewer.