Changeset b5c084 in git for factory/cf_gcd_smallp.cc


Ignore:
Timestamp:
Aug 11, 2011, 1:44:29 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
ae2b8adaaa33382ce2e42118a31b7b85f1a89ec8
Parents:
ca0f9c8af442e12c0d2cfa7604d105ef3ea03fdc
Message:
minor fixes in gcd


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    rca0f9c rb5c084  
    40754075      return false;
    40764076  }
    4077   CanonicalForm evalPoint;
    40784077  if (count > 0)
    40794078  {
    40804079    b.nextpoint(k);
     4080    if (k == 0)
     4081      k++;
    40814082    l++;
    40824083    if (l > bound)
Note: See TracChangeset for help on using the changeset viewer.