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 1171 by gezelter, Wed May 12 20:13:58 2004 UTC vs.
Revision 1218 by gezelter, Wed Jun 2 14:21:54 2004 UTC

# Line 9 | Line 9 | typedef struct{
9  
10   typedef struct{
11    char errMsg[MAX_SIM_ERROR_MSG_LENGTH];
12 <  int isFatal;  
12 >  int isFatal;
13 >  int severity;
14   #ifdef IS_MPI
15    int isEventLoop;
16   #endif // IS_MPI
16
17   } errorStruct;
18  
19   extern errorStruct painCave;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines