Changeset 19d0392 in git


Ignore:
Timestamp:
Jan 8, 2014, 11:43:04 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6163afd0618605c226ab4d88b9c081aa8a4d9b54
Parents:
8dbc1a66444170190fc1474cb827d21039988914
git-author:
Martin Lee <martinlee84@web.de>2014-01-08 11:43:04+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
Message:
chg: disable gcd_poly_univar0 if NTL is around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r8dbc1a r19d0392  
    528528//}}}
    529529
     530#ifndef HAVE_NTL
    530531static CanonicalForm gcd_poly_univar0( const CanonicalForm & F, const CanonicalForm & G, bool primitive )
    531532{
     
    612613  }
    613614}
     615#endif
    614616
    615617static CanonicalForm
     
    796798#endif
    797799#endif
     800#ifndef HAVE_NTL
    798801        return gcd_poly_univar0( pi, pi1, true ) * C;
     802#endif
    799803    }
    800804    else if ( gcd_test_one( pi1, pi, true, d ) )
Note: See TracChangeset for help on using the changeset viewer.