Changeset e6f7ee1 in git
- Timestamp:
- May 27, 2010, 2:53:41 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 8017e90b3d8ba6d6c93419d574d5ec289a1d885a
- Parents:
- de7a92eb94c59c32661e87c70f553d6afa59469c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
rde7a92 re6f7ee1 558 558 if ( getCharacteristic() != 0 ) 559 559 { 560 if ( isOn(SW_USE_fieldGCD)561 && (!fc_and_gc_Univariate)560 if ((!fc_and_gc_Univariate) 561 && isOn(SW_USE_fieldGCD) 562 562 && (getCharacteristic() >100)) 563 563 { … … 630 630 #endif 631 631 } 632 if ( isOn( SW_USE_EZGCD ) )632 else if ( isOn( SW_USE_EZGCD ) ) 633 633 { 634 634 if ( pe == 1 ) … … 831 831 if ( 832 832 (getCharacteristic() == 0) && 833 833 (hasFirstAlgVar(f,m) || hasFirstAlgVar(g,m)) 834 834 //&& f.isUnivariate() 835 835 //&& g.isUnivariate()
Note: See TracChangeset
for help on using the changeset viewer.