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 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines