Changeset 3a28ff in git


Ignore:
Timestamp:
Nov 9, 2010, 11:17:34 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
285e54d3a7f321a3477c2fbfc1967c0ebc228ace
Parents:
a41f4b6a265ba131083991bd4a457177e4b10df5
Message:
some SINGULAR dependencies removed

git-svn-id: file:///usr/local/Singular/svn/trunk@13612 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    ra41f4b6 r3a28ff  
    1313#include "cf_binom.h"
    1414#include "cf_util.h"
    15 #ifdef SINGULAR
    16 //#include "singext.h"
    17 #endif
    1815
    1916static int theCharacteristic = 0;
  • factory/cf_factor.cc

    ra41f4b6 r3a28ff  
    3535#ifdef HAVE_NTL
    3636#include "NTLconvert.h"
    37 #endif
    38 
    39 #ifdef SINGULAR
    40 #include "singext.h"
    4137#endif
    4238
     
    801797  else //Q(a)[x1,...,xn]
    802798  {
    803   #ifdef SINGULAR
    804       WerrorS("not implemented");
    805   #else
    806       abort();
    807   #endif
     799      factoryError("not implemented");
    808800  }
    809801  return F;
  • factory/singext.h

    ra41f4b6 r3a28ff  
    1616extern int nfMinPoly[];
    1717extern short nfPlus1Table[];
    18 
    19 // to use Singular error reporting:
    20 
    21 extern int errorreported;
    22 extern "C" void  WerrorS(const char *s);
    23 extern "C" void  Werror(const char *s, ...);
    2418
    2519// used to open the GF(q) tables from Singular
Note: See TracChangeset for help on using the changeset viewer.