Changeset d0eab5 in git
- Timestamp:
- Sep 29, 2006, 3:15:32 PM (17 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 480d5e13dafe21df5c6124e9295b5edf19fa13a5
- Parents:
- 6bc5bb7a94aaf83e379eb23cb2efdf5f45e45429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc.cc
r6bc5bb rd0eab5 292 292 test=(*w)[0]; 293 293 verbose=(*w)[1]; 294 294 #if 0 295 295 if (TEST_OPT_INTSTRATEGY && (currRing!=NULL) 296 296 && rField_has_simple_inverse() … … 301 301 test &=~Sy_bit(OPT_INTSTRATEGY); 302 302 } 303 #endif 303 304 goto okay; 304 305 } … … 323 324 else 324 325 Warn("cannot set option"); 326 #if 0 325 327 if (TEST_OPT_INTSTRATEGY && (currRing!=NULL) 326 328 && rField_has_simple_inverse() … … 331 333 test &=~Sy_bit(OPT_INTSTRATEGY); 332 334 } 335 #endif 333 336 goto okay; 334 337 }
Note: See TracChangeset
for help on using the changeset viewer.