Changeset 9b5d131 in git


Ignore:
Timestamp:
Jul 22, 2023, 1:00:45 PM (10 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
52e12f13b842f2ad4949e407ebae33e69c07530f
Parents:
e7386bceacaa6852bd4f232a5424621dd29d53fe
Message:
fix: compile with flint 2.5.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hilb.cc

    re7386b r9b5d131  
    772772  poly di1=p_Copy(hseries,Qt);
    773773  int co;
    774 #ifdef HAVE_FLINT
     774#if defined(HAVE_FLINT) && (__FLINT_RELEASE >= 20503)
    775775  poly di2;
    776776  fmpq_mpoly_ctx_t ctx;
Note: See TracChangeset for help on using the changeset viewer.