Changeset d24881 in git for Singular/extra.cc


Ignore:
Timestamp:
Jul 20, 2011, 9:57:57 AM (13 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2cbef915697324ddbff28f775df52a7ee954c3ad
Parents:
8bb03bacde5949b6f6bcb5b42dd04074a1b4c000
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2011-07-20 09:57:57+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:43+01:00
Message:
1. deletes HAVE_F5C
2. updates F5 files in kernel
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r8bb03b rd24881  
    7070#ifdef HAVE_F5
    7171#include <Singular/f5gb.h>
    72 #endif
    73 
    74 #ifdef HAVE_F5C
    75 #include <Singular/f5c.h>
    7672#endif
    7773
     
    30793075      else
    30803076  #endif
    3081   /*==================== F5C Implementation =================*/
    3082   #ifdef HAVE_F5C
    3083       if (strcmp(sys_cmd, "f5c")==0)
    3084       {
    3085         if (h->Typ()!=IDEAL_CMD)
    3086         {
    3087           WerrorS("ideal expected");
    3088           return TRUE;
    3089         }
    3090 
    3091         ring r = currRing;
    3092         ideal G = (ideal) h->Data();
    3093         res->rtyp=IDEAL_CMD;
    3094         res->data=(ideal) f5cMain(G,r);
    3095         return FALSE;
    3096       }
    3097       else
    3098   #endif
    30993077  /*==================== Testing groebner basis =================*/
    31003078  #ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.