Changeset cedebc in git


Ignore:
Timestamp:
Jun 25, 2010, 4:30:11 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
883ea0b47a8edf661db7513e78a56a545a889bc9
Parents:
d4932a1cca7dbac2cf8342bdd8b1c5680eb7c8b3
Message:
ilog2

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

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    rd4932a rcedebc  
    932932  // the recombination process
    933933  int factorNums= 5;
    934   if (factorNums < (int) ceil (log (totaldegree (A))))
    935     factorNums= (int) ceil (log (totaldegree (A)));
     934  if (factorNums < (int) ilog2 (totaldegree (A)))
     935    factorNums= (int) ilog2 (totaldegree (A));
    936936  for (int i= 0; i < factorNums; i++)
    937937  {
Note: See TracChangeset for help on using the changeset viewer.