ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/simError.h
(Generate patch)

Comparing trunk/OOPSE/libBASS/simError.h (file contents):
Revision 448 by mmeineke, Thu Apr 3 20:57:23 2003 UTC vs.
Revision 1218 by gezelter, Wed Jun 2 14:21:54 2004 UTC

# Line 3 | Line 3 | typedef struct{
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines