Changeset f2341ef in git
- Timestamp:
- Jan 31, 2013, 11:00:33 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
r78a4f8b rf2341ef 1324 1324 const CFArray& evalPoint) 1325 1325 { 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 else1334 break;1335 for (j= i; j.hasItem(); j++)1336 {1337 if (tmp == j.getItem())1338 return 0;1339 }1340 }1341 1326 1342 1327 CanonicalForm F= G; … … 1359 1344 1360 1345 CFFList sqrfFactors; 1346 CanonicalForm tmp; 1361 1347 CFList tmp2; 1362 1348 int k= 0;
Note: See TracChangeset
for help on using the changeset viewer.