Changeset 7b8a416 in git


Ignore:
Timestamp:
Sep 16, 2010, 4:50:28 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
c4f4fd05f06095da6e40e8cafbc0d2bda59e2a97
Parents:
26b3b7fa05ceba77e274f51d9022cab19f8f7938
Message:
syntax fix: do not use log with int arguments

git-svn-id: file:///usr/local/Singular/svn/trunk@13205 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r26b3b7 r7b8a416  
    41774177  int maxeval;
    41784178  // bound on the number of eval. to use
    4179   maxeval = (getCharacteristic()/ilog (getCharacteristic()))*2;
     4179  maxeval = (getCharacteristic()/ilog2 (getCharacteristic()))*2;
    41804180  count = 0; // number of eval. used
    41814181  FFREvaluation b, bt;
Note: See TracChangeset for help on using the changeset viewer.