Changeset 502cf8 in git for Singular/misc_ip.cc
- Timestamp:
- Jul 25, 2018, 11:03:32 AM (5 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 16137d44693fa5a91cf5f5da79366085c9a15e6f
- Parents:
- 3d752aca5c16f70ac59b285a98ac3cb8664d8656
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r3d752a r502cf8 1319 1319 void siInit(char *name) 1320 1320 { 1321 // factory default settings: -----------------------------------------------1322 //Off(SW_USE_NTL_SORT); // may be changed by an command line option1323 factoryError=WerrorS;1324 1325 // NTL error handling (>= 9.3.0)1326 #ifdef HAVE_NTL1327 #if (((NTL_MAJOR_VERSION==9)&&(NTL_MINOR_VERSION>=3))||(NTL_MAJOR_VERSION>=10))1328 ErrorMsgCallback=WerrorS;1329 ErrorCallback=HALT;1330 #endif1331 #endif1332 1333 1321 // memory initialization: ----------------------------------------------- 1334 1322 om_Opts.OutOfMemoryFunc = omSingOutOfMemoryFunc;
Note: See TracChangeset
for help on using the changeset viewer.