Changeset f4365f in git for factory/facAlgFuncUtil.cc


Ignore:
Timestamp:
Jun 23, 2014, 2:49:07 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
949793687548f95943c5a7e30247ef88cc844168
Parents:
1d31b9ab5a347fc7dbdd63db34ebb73ef85f23f2
git-author:
Martin Lee <martinlee84@web.de>2014-06-23 14:49:07+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-24 12:06:06+02:00
Message:
fix: compilation without NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAlgFuncUtil.cc

    r1d31b9 rf4365f  
    9090generateMipo (int degOfExt)
    9191{
     92#ifndef HAVE_NTL
     93  FFRandom gen;
     94  return find_irreducible (degOfExt, gen, Variable (1));
     95#else
    9296  return randomIrredpoly (degOfExt, Variable (1));
     97#endif
    9398}
    9499
Note: See TracChangeset for help on using the changeset viewer.