Changeset 3f6520 in git


Ignore:
Timestamp:
Jan 27, 2021, 8:12:37 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b72766d4cc7867edd0519743576e84d21bd855f7
Parents:
0341f134612369338cdd4a8d56c636faf9004a03
Message:
fix: absFactorize with Flint, w/o NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r0341f1 r3f6520  
    19601960#endif
    19611961
    1962 #ifdef HAVE_NTL
     1962#if defined(HAVE_NTL) || defined(HAVE_FLINT)
    19631963ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r)
    19641964{
     
    20402040ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r)
    20412041{
    2042   WerrorS("NTL missing");
     2042  WerrorS("NTL/FLINT missing: absFactorize");
    20432043  return NULL;
    20442044}
Note: See TracChangeset for help on using the changeset viewer.