Changeset fb24e81 in git for libpolys/polys/flintconv.cc


Ignore:
Timestamp:
Mar 7, 2016, 5:07:53 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
9584d05b216473ab8844eaa5a0118df19af575d8
Parents:
e314db42176aba25b8bda7f533f64e60c2047d9d
Message:
system("LLL_flint",,,)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/flintconv.cc

    re314db rfb24e81  
    1212#include "flintconv.h"
    1313
    14 #ifdef FLINT_VER_2_4_5
     14#ifdef HAVE_FLINT
     15#if __FLINT_RELEASE >= 20500
    1516#include <coeffs/coeffs.h>
    1617#include <polys/monomials/p_polys.h>
     
    2526
    2627
    27 #ifdef HAVE_FLINT
    2828int convFlintISingI (fmpz_t f)
    2929{
Note: See TracChangeset for help on using the changeset viewer.