Changeset ef3f67 in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Feb 2, 2013, 3:17:01 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
f0ab7110e439b51fa18cbce6d00e6efd473bbd97
Parents:
c3e25cb53237e2526091158fc52ff0bb7edfd4d3
git-author:
Martin Lee <martinlee84@web.de>2013-02-02 15:17:01+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 14:58:57+01:00
Message:
chg: leave precomputeLeadingCoeff in corner case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    rc3e25cb ref3f67  
    18541854    printf ("y.level()= %d\n", y.level());
    18551855    printf ("lSecondVarLCs= %d\n", lSecondVarLCs);
    1856 backonmygrind:
    18571856    if (lSecondVarLCs - level > 0)
    18581857    {
     
    18741873      if (newLCs.isEmpty())
    18751874      {
    1876         level=level+1;
    1877         goto backonmygrind;
     1875        if (degree (F, level+3) > 0)
     1876        {
     1877          delete [] bufSqrfFactors;
     1878          return result; //TODO handle this case
     1879        }
    18781880      }
    18791881      i= newLCs; //kann leer sein!?
Note: See TracChangeset for help on using the changeset viewer.