Changeset a70b55 in git for factory


Ignore:
Timestamp:
Oct 6, 2020, 4:01:13 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
86377be63ce8adb31c04a1d88be04adb1b9eaea7
Parents:
bd0024eb728caa4dd528272dc607125b837d53aa
Message:
fix: univar. gcd with FLINT without NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    rbd0024e ra70b55  
    505505    if ( isOn( SW_USE_FL_GCD_P)
    506506    && (CFFactory::gettype() != GaloisFieldDomain)
    507     && (ch>10)
     507    #ifdef HAVE_NTL
     508    && (ch>10) // if we have NTL: it is better for char <11
     509    #endif
    508510    &&(!hasAlgVar(fc)) && (!hasAlgVar(gc)))
    509511    {
Note: See TracChangeset for help on using the changeset viewer.