Changeset 503490 in git
- Timestamp:
- Feb 1, 2013, 4:10:06 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorize.cc
r04638b5 r503490 1710 1710 { 1711 1711 int* liftBounds= new int [sqrfPartF.level() - 1]; 1712 liftBounds [0]= liftBound;1713 1712 bool noOneToOne= false; 1714 1713 CFList *leadingCoeffs2= new CFList [sqrfPartF.level()-2]; … … 1727 1726 1728 1727 int liftBoundsLength= sqrfPartF.level() - 1; 1729 for (int i= 1; i < liftBoundsLength; i++)1728 for (int i= 0; i < liftBoundsLength; i++) 1730 1729 liftBounds [i]= degree (sqrfPartF, i + 2) + 1; 1731 1730 evalSqrfPartF= evaluateAtZero (sqrfPartF);
Note: See TracChangeset
for help on using the changeset viewer.