Changeset 621d20 in git


Ignore:
Timestamp:
Jul 24, 2020, 1:30:48 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
063360e72c1b440afaf78ccebe19d0f0d7c57d88bbca147a75f2970f26d6a685d127e8cd03998929
Parents:
8f624619ad7ca0b8d2075cae5f9586db20700ad0
Message:
fix: FLINT 2.6.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.cc

    r8f6246 r621d20  
    6464#include <flint/fmpq_mpoly.h>
    6565
    66 #if (__FLINT_RELEASE < 20601)
     66// planed, but not yet in FLINT: #if (__FLINT_RELEASE < 20602)
    6767// helper for fq_nmod_t -> nmod_poly_t
    6868static void fq_nmod_get_nmod_poly(nmod_poly_t a, const fq_nmod_t b, const fq_nmod_ctx_t ctx)
     
    8181    fq_nmod_reduce(a, ctx);
    8282}
    83 #endif
     83//#endif
    8484
    8585
Note: See TracChangeset for help on using the changeset viewer.