Changeset 768c0c in git


Ignore:
Timestamp:
May 8, 2012, 12:04:29 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0c4a5ce4e052f47dbeabb2611af8912452262861
Parents:
b0ca43c93260d239fb0b76a8aa762b1ea55d09a2
git-author:
Martin Lee <martinlee84@web.de>2012-05-08 12:04:29+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-05-11 11:06:44+02:00
Message:
chg: removed unused switches
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_defs.h

    rb0ca43c r768c0c  
    2828//}}}
    2929const int SW_RATIONAL = 0;
    30 const int SW_QUOTIENT = 1;
    31 const int SW_SYMMETRIC_FF = 2;
    32 const int SW_BERLEKAMP = 3;
    33 const int SW_FAC_USE_BIG_PRIMES = 4;
    34 const int SW_FAC_QUADRATICLIFT = 5;
    35 const int SW_USE_EZGCD = 6;
    36 const int SW_USE_EZGCD_P = 7;
    37 const int SW_USE_SPARSEMOD = 8;
    38 const int SW_USE_NTL=9;
    39 const int SW_USE_NTL_GCD_0=10;
    40 const int SW_USE_NTL_GCD_P=11;
    41 const int SW_USE_NTL_SORT=12;
    42 const int SW_USE_CHINREM_GCD=13;
    43 const int SW_USE_QGCD=14;
    44 const int SW_USE_fieldGCD=15;
    45 const int SW_USE_FF_MOD_GCD=16;
     30const int SW_SYMMETRIC_FF = 1;
     31const int SW_BERLEKAMP = 2;
     32const int SW_FAC_QUADRATICLIFT = 3;
     33const int SW_USE_EZGCD = 4;
     34const int SW_USE_EZGCD_P = 5;
     35const int SW_USE_NTL=6;
     36const int SW_USE_NTL_GCD_0=7;
     37const int SW_USE_NTL_GCD_P=8;
     38const int SW_USE_NTL_SORT=9;
     39const int SW_USE_CHINREM_GCD=10;
     40const int SW_USE_QGCD=11;
     41const int SW_USE_fieldGCD=12;
     42const int SW_USE_FF_MOD_GCD=13;
    4643//}}}
    4744
  • factory/cf_switches.h

    rb0ca43c r768c0c  
    1919//
    2020//}}}
    21 const int CFSwitchesMax = 17;
     21const int CFSwitchesMax = 14;
    2222//}}}
    2323
Note: See TracChangeset for help on using the changeset viewer.