Changeset 420a178 in git
- Timestamp:
- Feb 6, 2013, 9:27:28 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1b88d52ed1ad1359eb07a0b3c2a43fe604b47179
- Parents:
- 755f1232a0908b09ccb278f55f5416703f6f66b2
- git-author:
- Martin Lee <martinlee84@web.de>2013-02-06 21:27:28+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-02-18 15:15:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
r755f12 r420a178 4387 4387 for (int i= A.min(); i <= A.max(); i++) 4388 4388 { 4389 if (!A[i].isZero() )4389 if (!A[i].isZero() && (getCharacteristic() > degree (U,i))) //TODO find a good estimate for getCharacteristic() <= degree (U,i) 4390 4390 { 4391 4391 termEstimate *= degree (U,i)*2;
Note: See TracChangeset
for help on using the changeset viewer.