| # | Line 13 | Line 13 | struct errorStruct { | |
|---|---|---|
| 13 | ||
| 14 | } painCave; | |
| 15 | ||
| 16 | – | |
| 16 | #ifdef __cplusplus | |
| 17 | extern "C" { | |
| 18 | #endif // __cplusplus | |
| 19 | ||
| 20 | int simError( void ); // returns 1 if handled. 0 otherwise. | |
| 21 | ||
| 22 | + | void initSimError( void ); // needed to be called from main before anything |
| 23 | + | // goes wrong. |
| 24 | + | |
| 25 | #ifdef IS_MPI | |
| 26 | ||
| 27 | void checkMPIError( void ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |