Changeset ed29fb in git for libpolys/polys


Ignore:
Timestamp:
Mar 1, 2013, 4:38:08 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d5bd4bcb0e734fa3919bb628eae38973731c83e6
Parents:
f4cb99aef04b01dbd74c27d86a41432f86153f98
git-author:
Martin Lee <martinlee84@web.de>2013-03-01 16:38:08+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-03-13 13:54:07+01:00
Message:
chg: removed switching off of switches
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    rf4cb99a red29fb  
    6363  if (rField_is_Q(r) || (rField_is_Zp(r)))
    6464  {
    65     bool b1=isOn(SW_USE_EZGCD_P);
    66     Off (SW_USE_NTL_GCD_P);
    6765    setCharacteristic( rChar(r) );
    6866    CanonicalForm F( convSingPFactoryP( f,r ) ), G( convSingPFactoryP( g, r ) );
    6967    res=convFactoryPSingP( gcd( F, G ) , r);
    70     if (!b1) Off (SW_USE_EZGCD_P);
    7168  }
    7269  // and over Q(a) / Fp(a)
     
    113110  {
    114111    bool b1=isOn(SW_USE_EZGCD_P);
    115     Off (SW_USE_NTL_GCD_P);
    116112    setCharacteristic( rChar(r) );
    117113    F=convSingPFactoryP( f,r );
Note: See TracChangeset for help on using the changeset viewer.