Changeset 9ee586 in git for factory/facFqBivar.cc


Ignore:
Timestamp:
Sep 15, 2014, 6:32:29 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1b62751a4d0f3f4b875f0161483c1a86cc1e1ebf
Parents:
7df5dbe44d6ad4e3b6b80e8f74c0a85ec6452b3e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-09-15 18:32:29+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-09-15 18:33:25+02:00
Message:
chg: version test for flint 2.4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r7df5dbe r9ee586  
    172172    if (getCharacteristic() > 2)
    173173    {
    174 #if (HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)
     174#if (HAVE_FLINT && __FLINT_RELEASE >= 20400)
    175175      nmod_poly_t FLINTmipo, leadingCoeff;
    176176      fq_nmod_ctx_t fq_con;
     
    239239    if (getCharacteristic() > 2)
    240240    {
    241 #if (HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)
     241#if (HAVE_FLINT && __FLINT_RELEASE >= 20400)
    242242      nmod_poly_t FLINTmipo, leadingCoeff;
    243243      fq_nmod_ctx_t fq_con;
Note: See TracChangeset for help on using the changeset viewer.