| # | Line 3 | Line 3 | |
|---|---|---|
| 3 | ||
| 4 | #define MAX_SIM_ERROR_MSG_LENGTH 2000 | |
| 5 | ||
| 6 | + | #define OOPSE_ERROR 1 |
| 7 | + | #define OOPSE_WARNING 2 |
| 8 | + | #define OOPSE_INFO 3 |
| 9 | + | |
| 10 | typedef struct{ | |
| 11 | char errMsg[MAX_SIM_ERROR_MSG_LENGTH]; | |
| 12 | int isFatal; | |
| 13 | < | |
| 13 | > | int severity; |
| 14 | #ifdef IS_MPI | |
| 15 | int isEventLoop; | |
| 16 | #endif // IS_MPI | |
| 13 | – | |
| 17 | } errorStruct; | |
| 18 | ||
| 19 | extern errorStruct painCave; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |