Changeset eaf66f in git for Singular/fglm.cc
- Timestamp:
- Jan 6, 2010, 3:55:24 PM (14 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 2798e9c9a20190bf0a37493b0ee9bb022d2b226f
- Parents:
- 098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fglm.cc
r098f98f reaf66f 299 299 // Now the settings are compatible with FGLM 300 300 assumeStdFlag( (leftv)ih ); 301 if ( fglmzero( sourceRingHdl, sourceIdeal, destRingHdl, destIdeal, FALSE, (currQuotient != NULL) ) == FALSE )301 if ( fglmzero( IDRING(sourceRingHdl), sourceIdeal, destRingHdl, destIdeal, FALSE, (currQuotient != NULL) ) == FALSE ) 302 302 state= FglmNotReduced; 303 303 }
Note: See TracChangeset
for help on using the changeset viewer.