Changeset 12f992 in git for Singular/extra.cc


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
  • Singular/extra.cc

    rc78743 r12f992  
    35883588        {
    35893589#ifdef HAVE_PLURAL
    3590           Print("NTL_0:%d (use NTL for gcd of polynomials in char 0)\n",isOn(SW_USE_NTL_GCD_0));
    3591           Print("NTL_p:%d (use NTL for gcd of polynomials in char p)\n",isOn(SW_USE_NTL_GCD_P));
    35923590          Print("EZGCD:%d (use EZGCD for gcd of polynomials in char 0)\n",isOn(SW_USE_EZGCD));
    35933591          Print("EZGCD_P:%d (use EZGCD_P for gcd of polynomials in char p)\n",isOn(SW_USE_EZGCD_P));
     
    36053603          char *s=(char *)h->Data();
    36063604#ifdef HAVE_PLURAL
    3607           if (strcmp(s,"NTL_0")==0) { if (d) On(SW_USE_NTL_GCD_0); else Off(SW_USE_NTL_GCD_0); } else
    3608           if (strcmp(s,"NTL_p")==0) { if (d) On(SW_USE_NTL_GCD_P); else Off(SW_USE_NTL_GCD_P); } else
    36093605          if (strcmp(s,"EZGCD")==0) { if (d) On(SW_USE_EZGCD); else Off(SW_USE_EZGCD); } else
    36103606          if (strcmp(s,"EZGCD_P")==0) { if (d) On(SW_USE_EZGCD_P); else Off(SW_USE_EZGCD_P); } else
Note: See TracChangeset for help on using the changeset viewer.