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 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC

# Line 3 | Line 3 | struct errorStruct {
3  
4   #define MAX_SIM_ERROR_MSG_LENGTH 2000
5  
6 < struct errorStruct {
6 > typedef struct{
7    char errMsg[MAX_SIM_ERROR_MSG_LENGTH];
8    int isFatal;
9  
# Line 11 | Line 11 | struct errorStruct {
11    int isEventLoop;
12   #endif // IS_MPI
13  
14 < } painCave;
14 > } errorStruct;
15  
16 + extern errorStruct painCave;
17  
18   #ifdef IS_MPI
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines