Changeset 3af6b6 in git
- Timestamp:
- Jan 24, 2012, 5:46:06 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- f9b796e144ec0a1fae5662e82e689bdaa9c6727f
- Parents:
- 5583e1b42c274997413efbdad76b287132f8fff4
- git-author:
- Martin Lee <martinlee84@web.de>2012-01-24 17:46:06+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-10 14:16:43+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r5583e1 r3af6b6 5433 5433 if (bufUniFactors.length() < uniFactors.length()) 5434 5434 { 5435 if (!evaluation.isZero()) 5436 { 5437 uniFactors= bufUniFactors; 5438 Aeval= bufAeval; 5439 evaluation= bufEvaluation; 5440 } 5435 uniFactors= bufUniFactors; 5436 Aeval= bufAeval; 5437 evaluation= bufEvaluation; 5441 5438 } 5442 5439 } … … 5448 5445 if (!derivXZero && !fail2) 5449 5446 { 5450 if ( !evaluation.isZero() && (uniFactors.length() > uniFactors2.length() ||5447 if (uniFactors.length() > uniFactors2.length() || 5451 5448 (uniFactors.length() == uniFactors2.length() 5452 && degs.getLength() > degs2.getLength())) )5449 && degs.getLength() > degs2.getLength())) 5453 5450 { 5454 5451 degs= degs2;
Note: See TracChangeset
for help on using the changeset viewer.