Changeset 7b8a416 in git
- Timestamp:
- Sep 16, 2010, 4:50:28 PM (13 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- c4f4fd05f06095da6e40e8cafbc0d2bda59e2a97
- Parents:
- 26b3b7fa05ceba77e274f51d9022cab19f8f7938
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
r26b3b7 r7b8a416 4177 4177 int maxeval; 4178 4178 // bound on the number of eval. to use 4179 maxeval = (getCharacteristic()/ilog (getCharacteristic()))*2;4179 maxeval = (getCharacteristic()/ilog2 (getCharacteristic()))*2; 4180 4180 count = 0; // number of eval. used 4181 4181 FFREvaluation b, bt;
Note: See TracChangeset
for help on using the changeset viewer.