Changeset 3b77086 in git
- Timestamp:
- Jul 8, 2011, 12:13:33 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e5af4b5bc5ff4018e9936109bc818b9e21ec2920
- Parents:
- 13f4949d39b811d9e4ba8e8cbff2c4565ce87187
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_chinese.cc
r13f494 r3b77086 208 208 bool lessZero= (sign (NTLc) == -1); 209 209 if (lessZero) 210 negate (NTLc, NTLc);210 NTL::negate (NTLc, NTLc); 211 211 ZZ NTLq= convertFacCF2NTLZZ (q); 212 212 ZZ bound; … … 216 216 { 217 217 if (lessZero) 218 negate (NTLnum, NTLnum);218 NTL::negate (NTLnum, NTLnum); 219 219 CanonicalForm num= convertNTLZZX2CF (to_ZZX (NTLnum), Variable (1)); 220 220 CanonicalForm den= convertNTLZZX2CF (to_ZZX (NTLden), Variable (1)); -
factory/cf_factor.cc
r13f494 r3b77086 464 464 } 465 465 } 466 #ifndef NTL_ZZ467 if (fac_NTL_char >NTL_SP_BOUND)468 {466 #ifndef NTL_ZZ 467 if (fac_NTL_char >NTL_SP_BOUND) 468 { 469 469 // convert to NTL 470 470 ZZ_pX f1=convertFacCF2NTLZZpX(f); … … 507 507 //test_cff(F,f); 508 508 } 509 else 509 else /*getCharacteristic()==2*/ 510 510 { 511 511 // Specialcase characteristic==2
Note: See TracChangeset
for help on using the changeset viewer.