Changeset b5605a in git


Ignore:
Timestamp:
Jan 23, 2024, 2:24:21 PM (4 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
bafd599cf3baf0d4ced85ca8a2a7adf327823c43
Parents:
9413e2181e45f7e7c2764bcb39f0487b97f4d3ba
Message:
fq_nmod_set_nmod_poly is in FLINT 3.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.cc

    r9413e2 rb5605a  
    8787    fq_nmod_reduce(a, ctx);
    8888}
    89 #else
     89#elif  (__FLINT_RELEASE < 30000)
    9090void fq_nmod_set_nmod_poly(fq_nmod_t a, const nmod_poly_t b,
    9191                                                       const fq_nmod_ctx_t ctx)
Note: See TracChangeset for help on using the changeset viewer.