Changeset 7fdedf in git for factory/facFqBivar.cc


Ignore:
Timestamp:
Jul 13, 2020, 5:52:25 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
2486f460fbcdd44c72acea7779937ed446323e1f
Parents:
7c7d2697b29c975a9f58a4232aedffacdabc13ec
Message:
factory: check for NTL/FLINT, p2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r7c7d26 r7fdedf  
    2222
    2323#include "cf_assert.h"
     24#include "cf_util.h"
    2425#include "debug.h"
    2526#include "timing.h"
     
    841842  BuildIrred (NTLIrredpoly, i*m);
    842843  CanonicalForm newMipo= convertNTLzzpX2CF (NTLIrredpoly, Variable (1));
     844  #else
     845  factoryError("NTL/FLINT missing: chooseExtension");
    843846  #endif
    844847  return rootOf (newMipo);
Note: See TracChangeset for help on using the changeset viewer.