Changeset b5c084 in git for factory/cf_gcd.cc


Ignore:
Timestamp:
Aug 11, 2011, 1:44:29 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
ae2b8adaaa33382ce2e42118a31b7b85f1a89ec8
Parents:
ca0f9c8af442e12c0d2cfa7604d105ef3ea03fdc
Message:
minor fixes in gcd


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

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    rca0f9c rb5c084  
    754754      Variable a;
    755755      if (hasFirstAlgVar (fc, a) || hasFirstAlgVar (gc, a))
    756       {
    757756        fc=GCD_Fp_extension (fc, gc, a);
    758       }
    759       if (CFFactory::gettype() == GaloisFieldDomain)
    760       {
     757      else if (CFFactory::gettype() == GaloisFieldDomain)
    761758        fc=GCD_GF (fc, gc);
    762       }
    763       fc=GCD_small_p (fc, gc);
     759      else
     760        fc=GCD_small_p (fc, gc);
    764761    }
    765762    #endif
Note: See TracChangeset for help on using the changeset viewer.