Changeset e6f7ee1 in git


Ignore:
Timestamp:
May 27, 2010, 2:53:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
Children:
8017e90b3d8ba6d6c93419d574d5ec289a1d885a
Parents:
de7a92eb94c59c32661e87c70f553d6afa59469c
Message:
selecting gcd algorithms

git-svn-id: file:///usr/local/Singular/svn/trunk@12824 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    rde7a92 re6f7ee1  
    558558  if ( getCharacteristic() != 0 )
    559559  {
    560     if (isOn(SW_USE_fieldGCD)
    561     && (!fc_and_gc_Univariate)
     560    if ((!fc_and_gc_Univariate)
     561    && isOn(SW_USE_fieldGCD)
    562562    && (getCharacteristic() >100))
    563563    {
     
    630630    #endif
    631631    }
    632     if ( isOn( SW_USE_EZGCD ) )
     632    else if ( isOn( SW_USE_EZGCD ) )
    633633    {
    634634      if ( pe == 1 )
     
    831831          if (
    832832          (getCharacteristic() == 0) &&
    833           (hasFirstAlgVar(f,m) || hasFirstAlgVar(g,m))
     833          (hasFirstAlgVar(f,m) || hasFirstAlgVar(g,m))
    834834          //&& f.isUnivariate()
    835835          //&& g.isUnivariate()
Note: See TracChangeset for help on using the changeset viewer.