Changeset b2359c in git


Ignore:
Timestamp:
Jul 23, 2019, 12:23:31 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6e62cec38154ec8f6e03e2cfe24adef9fb60ae57cbe2b8aae1c5fbe6a880c1773dd0c3b82cfcdb51
Parents:
628fc3d0ec524cd36ca82c3a6275c0dcf5d73c83
Message:
fix: missing set of fac_NTL_char (-> undef read in NTL)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r628fc3d rb2359c  
    68836883#ifdef HAVE_FLINT
    68846884  nmod_mat_t FLINTN;
    6885 #else
     6885#endif
     6886
    68866887  if (fac_NTL_char != getCharacteristic())
    68876888  {
     
    68906891  }
    68916892  mat_zz_p NTLN;
    6892 #endif
    68936893
    68946894  if (alpha.level() != 1)
     
    68986898  }
    68996899  mat_zz_pE NTLNe;
     6900
    69006901  if (alpha.level() == 1)
    69016902  {
Note: See TracChangeset for help on using the changeset viewer.