Changeset 82db91a in git for factory/fac_univar.cc
- Timestamp:
- Oct 13, 2011, 9:27:11 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- c770dca4360b7797649175eadf26f907f8c1a70c
- Parents:
- a4b94909b4b3ff8277ebb757e522561d66ee7d17
- git-author:
- Niels Ranosch <ranosch@mfo.de>2011-10-13 21:27:11+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_univar.cc
ra4b949 r82db91a 303 303 e = f - g * h; 304 304 modulus = power( CanonicalForm(p), kvals[j] ); 305 if ( mod( f - g * h, modulus ) != 0 ) 305 if ( mod( f - g * h, modulus ) != 0 ) { 306 306 DEBOUTLN( cerr, "error at lift stage " << i ); 307 } 307 308 i++; 308 309 }
Note: See TracChangeset
for help on using the changeset viewer.