--- trunk/mdtools/headers/simError.h 2002/10/22 22:12:44 154 +++ trunk/mdtools/headers/simError.h 2002/10/24 20:40:49 155 @@ -13,13 +13,15 @@ struct errorStruct { } painCave; - #ifdef __cplusplus extern "C" { #endif // __cplusplus int simError( void ); // returns 1 if handled. 0 otherwise. + void initSimError( void ); // needed to be called from main before anything + // goes wrong. + #ifdef IS_MPI void checkMPIError( void );