Changeset 8d1636 in git


Ignore:
Timestamp:
Feb 3, 2021, 11:12:03 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2fde843d0b5ca8296eaadacc80105f24ef08bf73
Parents:
fc73643642b01f9111d972d15b22bae89ec11d36
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    rfc73643 r8d1636  
    554554        #if defined(HAVE_FLINT) && (__FLINT_RELEASE >= 20700) && defined(HAVE_NTL)
    555555        if (!isOn(SW_USE_FL_FAC_P))
    556         {
     556        {
    557557        #endif
    558558        #if defined(HAVE_NTL)
     
    574574        #endif
    575575        #if defined(HAVE_FLINT) && (__FLINT_RELEASE >= 20700) && defined(HAVE_NTL)
    576         }
     576        }
    577577        #endif
    578578        #if defined(HAVE_FLINT) && (__FLINT_RELEASE >= 20700)
     
    887887      #if (HAVE_FLINT && __FLINT_RELEASE >= 20700)
    888888        // use FLINT
    889                 nmod_poly_t FLINTmipo;
     889        nmod_poly_t FLINTmipo;
    890890        fq_nmod_ctx_t fq_con;
    891891        fq_nmod_mpoly_ctx_t ctx;
     
    895895
    896896        fq_nmod_ctx_init_modulus (fq_con, FLINTmipo, "Z");
    897         fq_nmod_mpoly_ctx_init(ctx,f.level(),ORD_LEX,fq_con);
     897        fq_nmod_mpoly_ctx_init(ctx,f.level(),ORD_LEX,fq_con);
    898898
    899899        fq_nmod_mpoly_t FLINTF;
    900         fq_nmod_mpoly_init(FLINTF,ctx);
     900        fq_nmod_mpoly_init(FLINTF,ctx);
    901901        convertFacCF2Fq_nmod_mpoly_t(FLINTF,f,ctx,f.level(),fq_con);
    902902        fq_nmod_mpoly_factor_t res;
Note: See TracChangeset for help on using the changeset viewer.