Changeset fc9f44 in git


Ignore:
Timestamp:
Apr 30, 2010, 2:48:08 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
90f1cfbc3df38e7419f824c7ba06f0b179ef5076
Parents:
10af64918454a5db3257c2dd2249aa83d4ada059
Message:
minor fixes to gcd stuff

git-svn-id: file:///usr/local/Singular/svn/trunk@12760 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r10af64 rfc9f44  
    829829        {
    830830          Variable m;
    831           if ((hasFirstAlgVar(f,m) || hasFirstAlgVar(g,m))
     831          if (
     832          (getCharacteristic() == 0) &&
     833          (hasFirstAlgVar(f,m) || hasFirstAlgVar(g,m))
    832834          //&& f.isUnivariate()
    833835          //&& g.isUnivariate()
    834           && (getCharacteristic() == 0)
    835836          )
    836837          {
  • factory/cf_gcd_smallp.cc

    r10af64 rfc9f44  
    778778                 CFList & list)
    779779{
    780   factoryseed (time (NULL));
    781780  int random;
    782781  int p= getCharacteristic();
Note: See TracChangeset for help on using the changeset viewer.