Changeset 3a28ff in git
- Timestamp:
- Nov 9, 2010, 11:17:34 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
- Children:
- 285e54d3a7f321a3477c2fbfc1967c0ebc228ace
- Parents:
- a41f4b6a265ba131083991bd4a457177e4b10df5
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_char.cc
ra41f4b6 r3a28ff 13 13 #include "cf_binom.h" 14 14 #include "cf_util.h" 15 #ifdef SINGULAR16 //#include "singext.h"17 #endif18 15 19 16 static int theCharacteristic = 0; -
factory/cf_factor.cc
ra41f4b6 r3a28ff 35 35 #ifdef HAVE_NTL 36 36 #include "NTLconvert.h" 37 #endif38 39 #ifdef SINGULAR40 #include "singext.h"41 37 #endif 42 38 … … 801 797 else //Q(a)[x1,...,xn] 802 798 { 803 #ifdef SINGULAR 804 WerrorS("not implemented"); 805 #else 806 abort(); 807 #endif 799 factoryError("not implemented"); 808 800 } 809 801 return F; -
factory/singext.h
ra41f4b6 r3a28ff 16 16 extern int nfMinPoly[]; 17 17 extern 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, ...);24 18 25 19 // used to open the GF(q) tables from Singular
Note: See TracChangeset
for help on using the changeset viewer.