Changeset 502cf8 in git for Singular/misc_ip.cc


Ignore:
Timestamp:
Jul 25, 2018, 11:03:32 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
16137d44693fa5a91cf5f5da79366085c9a15e6f
Parents:
3d752aca5c16f70ac59b285a98ac3cb8664d8656
Message:
move error handler for factory,NTL to the non-libSingular part

(see forum: "NTL error handling", for SAGE)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r3d752a r502cf8  
    13191319void siInit(char *name)
    13201320{
    1321 // factory default settings: -----------------------------------------------
    1322   //Off(SW_USE_NTL_SORT); // may be changed by an command line option
    1323   factoryError=WerrorS;
    1324 
    1325 // NTL error handling (>= 9.3.0)
    1326 #ifdef HAVE_NTL
    1327 #if (((NTL_MAJOR_VERSION==9)&&(NTL_MINOR_VERSION>=3))||(NTL_MAJOR_VERSION>=10))
    1328   ErrorMsgCallback=WerrorS;
    1329   ErrorCallback=HALT;
    1330 #endif
    1331 #endif
    1332 
    13331321// memory initialization: -----------------------------------------------
    13341322    om_Opts.OutOfMemoryFunc = omSingOutOfMemoryFunc;
Note: See TracChangeset for help on using the changeset viewer.