Changeset 503490 in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Feb 1, 2013, 4:10:06 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d46a8d6f581a2781e62db3d5f1d4757fdd28c177
Parents:
04638b5adf8add17417937d338746c4d9e3ef1ea
git-author:
Martin Lee <martinlee84@web.de>2013-02-01 16:10:06+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 14:57:14+01:00
Message:
fix: error in lift bound
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    r04638b5 r503490  
    17101710      {
    17111711        int* liftBounds= new int [sqrfPartF.level() - 1];
    1712         liftBounds [0]= liftBound;
    17131712        bool noOneToOne= false;
    17141713        CFList *leadingCoeffs2= new CFList [sqrfPartF.level()-2];
     
    17271726
    17281727        int liftBoundsLength= sqrfPartF.level() - 1;
    1729         for (int i= 1; i < liftBoundsLength; i++)
     1728        for (int i= 0; i < liftBoundsLength; i++)
    17301729          liftBounds [i]= degree (sqrfPartF, i + 2) + 1;
    17311730        evalSqrfPartF= evaluateAtZero (sqrfPartF);
Note: See TracChangeset for help on using the changeset viewer.