Changeset f2341ef in git for factory


Ignore:
Timestamp:
Jan 31, 2013, 11:00:33 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7828959482b160e832fb498de0ea8ef316827639
Parents:
78a4f8bba87f7b99cdb938cbf9f5a3305ab25e9a
git-author:
Martin Lee <martinlee84@web.de>2013-01-31 11:00:33+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 14:56:34+01:00
Message:
fix: wrong check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    r78a4f8b rf2341ef  
    13241324             const CFArray& evalPoint)
    13251325{
    1326   CanonicalForm tmp;
    1327   CFListIterator j;
    1328   for (CFListIterator i= uniFactors; i.hasItem(); i++)
    1329   {
    1330     tmp= i.getItem();
    1331     if (i.hasItem())
    1332       i++;
    1333     else
    1334       break;
    1335     for (j= i; j.hasItem(); j++)
    1336     {
    1337       if (tmp == j.getItem())
    1338         return 0;
    1339     }
    1340   }
    13411326
    13421327  CanonicalForm F= G;
     
    13591344
    13601345  CFFList sqrfFactors;
     1346  CanonicalForm tmp;
    13611347  CFList tmp2;
    13621348  int k= 0;
Note: See TracChangeset for help on using the changeset viewer.