Changeset de02066 in git
- Timestamp:
- Jan 27, 2021, 6:34:21 PM (2 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0341f134612369338cdd4a8d56c636faf9004a03
- Parents:
- f6d84822651789b9c781be1f2281d0e65cd8d532
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfUnivarGcd.cc
rf6d848 rde02066 185 185 return f; 186 186 } 187 #ifdef HAVE_NTL188 187 #ifdef HAVE_FLINT 189 188 if (( getCharacteristic() > 0 ) && (CFFactory::gettype() != GaloisFieldDomain) … … 207 206 return r; 208 207 } 209 #el se208 #elif defined(HAVE_NTL) 210 209 if (( getCharacteristic() > 0 ) && (CFFactory::gettype() != GaloisFieldDomain) 211 210 && (f.level()==g.level()) && isPurePoly(f) && isPurePoly(g)) … … 248 247 return r; 249 248 } 250 #el se249 #elif defined(HAVE_NTL) 251 250 if (( getCharacteristic() ==0) 252 251 && (f.level()==g.level()) && isPurePoly(f) && isPurePoly(g)) … … 302 301 } 303 302 #endif 304 #endif305 303 // may contain bug in the co-factors, see track 107 306 304 CanonicalForm contf = content( f );
Note: See TracChangeset
for help on using the changeset viewer.