Changeset 09dbf3 in git
- Timestamp:
- Aug 18, 2013, 9:06:14 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
ra3b213 r09dbf3 1714 1714 CanonicalForm F( convSingTrPFactoryP( f, r) ); 1715 1715 1716 bool isRat= isOn (SW_RATIONAL); 1717 if (!isRat) 1718 On (SW_RATIONAL); 1719 1716 1720 CFAFList absFactors= absFactorize (F); 1717 1721 … … 1735 1739 iter++; 1736 1740 } 1737 bool isRat= isOn (SW_RATIONAL);1738 if (!isRat)1739 On (SW_RATIONAL);1740 1741 for (; iter.hasItem(); iter++, i++) 1741 1742 {
Note: See TracChangeset
for help on using the changeset viewer.