Changeset 12f992 in git for factory/cf_defs.h


Ignore:
Timestamp:
Mar 10, 2014, 2:58:13 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
b8f562019d20b1ae9a24693975ad6c264a8fa5e9
Parents:
c78743104173a106f27611fdf3b220e3b470d84e
git-author:
Martin Lee <martinlee84@web.de>2014-03-10 14:58:13+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-03-11 11:06:27+01:00
Message:
chg: deleted SW_USE_NTL_GCD_*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_defs.h

    rc78743 r12f992  
    2727const int SW_RATIONAL = 0;
    2828const int SW_SYMMETRIC_FF = 1;
    29 const int SW_BERLEKAMP = 2;
    30 const int SW_FAC_QUADRATICLIFT = 3;
    31 const int SW_USE_EZGCD = 4;
    32 const int SW_USE_EZGCD_P = 5;
    33 const int SW_USE_NTL_GCD_0=6;
    34 const int SW_USE_NTL_GCD_P=7;
    35 const int SW_USE_NTL_SORT=8;
    36 const int SW_USE_CHINREM_GCD=9;
    37 const int SW_USE_QGCD=10;
    38 const int SW_USE_FF_MOD_GCD=11;
     29const int SW_USE_EZGCD = 2;
     30const int SW_USE_EZGCD_P = 3;
     31const int SW_USE_NTL_SORT=4;
     32const int SW_USE_CHINREM_GCD=5;
     33const int SW_USE_QGCD=6;
     34const int SW_USE_FF_MOD_GCD=7;
    3935//}}}
    4036
Note: See TracChangeset for help on using the changeset viewer.