/****************************************************************************** * Mdl_loc.h - header file for the Model library. * ******************************************************************************* * (C) Gershon Elber, Technion, Israel Institute of Technology * ******************************************************************************* * Written by Gershon Elber, Dec. 96. * ******************************************************************************/ #ifndef MDL_LOC_H #define MDL_LOC_H /****************************************************************************** * This macro is called when the library has detected an unrecoverable error. * * Default action is to call MdlFatalError, but you may want to reroute this * * to invoke your handler and recover yourself (by long jump for example). * ******************************************************************************/ #define MDL_FATAL_ERROR(Msg) MdlFatalError(Msg) #include "mdl_lib.h" #endif /* MDL_LOC_H */