Changeset f0ab71 in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Feb 2, 2013, 3:18:31 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
a186375bfb207415535633cb23359b1242590665
Parents:
ef3f67d990aa73f5fe348cbacb2fba503293039d
git-author:
Martin Lee <martinlee84@web.de>2013-02-02 15:18:31+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 14:59:09+01:00
Message:
chg: back to old version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    ref3f67 rf0ab71  
    31593159            Variable xx;
    31603160            CFList vars1;
    3161             CFFList sqrfMultiplier= factorize (LCmultiplier); //sqrFree (LCmultiplier);
     3161            CFFList sqrfMultiplier= sqrFree (LCmultiplier);
    31623162            if (sqrfMultiplier.getFirst().factor().inCoeffDomain())
    31633163              sqrfMultiplier.removeFirst();
     
    33293329    Variable xx;
    33303330    CFList vars1;
    3331     CFFList sqrfMultiplier= factorize (LCmultiplier); //sqrFree (LCmultiplier);
     3331    CFFList sqrfMultiplier= sqrFree (LCmultiplier);
    33323332    if (sqrfMultiplier.getFirst().factor().inCoeffDomain())
    33333333      sqrfMultiplier.removeFirst();
Note: See TracChangeset for help on using the changeset viewer.