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 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC vs.
Revision 1171 by gezelter, Wed May 12 20:13:58 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;
9 <
12 >  int isFatal;  
13   #ifdef IS_MPI
14    int isEventLoop;
15   #endif // IS_MPI
# Line 17 | Line 20 | char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH];
20  
21   #ifdef IS_MPI
22  
23 < char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH];
23 > extern char checkPointMsg[MAX_SIM_ERROR_MSG_LENGTH];
24  
25 < int worldRank;
25 > extern int worldRank;
26   #endif
27  
28   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines