Changeset 7fdedf in git for factory/fac_cantzass.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/fac_cantzass.cc

    r7c7d26 r7fdedf  
    1414#include "gmpext.h"
    1515
    16 #if !defined(HAVE_FLINT) && !defined(HAVE_NTL)
     16#ifdef HAVE_FLINT
     17#include"FLINTconvert.h"
     18#endif
     19
     20#if !defined(HAVE_NTL)
     21#if !defined(HAVE_FLINT)||(__FLINT_RELEASE==20600)
    1722static CanonicalForm randomPoly( int n, const Variable & x, const CFRandom & gen );
    1823
     
    292297}
    293298#endif
     299#endif
Note: See TracChangeset for help on using the changeset viewer.