Changeset 8749841 in git for factory/cfEzgcd.cc


Ignore:
Timestamp:
Jul 13, 2020, 11:28:06 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
7c7d2697b29c975a9f58a4232aedffacdabc13ec
Parents:
08702b52c73557446e789f01958d34c200c330bb
Message:
factory: check for NTL/FLINT, p1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfEzgcd.cc

    r08702b r8749841  
    10351035        BuildIrred (NTLIrredpoly, d*3);
    10361036        CanonicalForm newMipo= convertNTLzzpX2CF (NTLIrredpoly, Variable (1));
     1037        #else
     1038        factoryError("NTL/FLINT missing: EZGCD_P");
    10371039        #endif
    10381040        v2= rootOf (newMipo);
     
    10551057        BuildIrred (NTLIrredpoly, d*2);
    10561058        CanonicalForm newMipo= convertNTLzzpX2CF (NTLIrredpoly, Variable (1));
     1059        #else
     1060        factoryError("NTL/FLINT missing: EZGCD_P");
    10571061        #endif
    10581062        v2= rootOf (newMipo);
     
    10821086      BuildIrred (NTLIrredpoly, d*2);
    10831087      CanonicalForm newMipo= convertNTLzzpX2CF (NTLIrredpoly, Variable (1));
     1088      #else
     1089      factoryError("NTL/FLINT missing: EZGCD_P");
    10841090      #endif
    10851091      v2= rootOf (newMipo);
Note: See TracChangeset for help on using the changeset viewer.