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

Comparing trunk/OOPSE-4/src/utils/simError.h (file contents):
Revision 1937 by tim, Thu Jan 13 19:40:37 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 55 | Line 55 | type, public :: errorStruct
55    INTEGER, PARAMETER:: OOPSE_INFO    = 3
56    INTEGER, PARAMETER:: MAX_SIM_ERROR_MSG_LENGTH = 2000
57    
58 < type, public :: errorStruct
59 <  PRIVATE
60 <  SEQUENCE
61 <  character(len = MAX_SIM_ERROR_MSG_LENGTH) :: errMsg
62 <  logical :: isFatal
63 <  integer :: severity
58 >  type, public :: errorStruct
59 >    PRIVATE
60 >    SEQUENCE
61 >    character(len = MAX_SIM_ERROR_MSG_LENGTH) :: errMsg
62 >    logical :: isFatal
63 >    integer :: severity
64   #ifdef IS_MPI
65 <  logical :: isEventLoop;
65 >    logical :: isEventLoop;
66   #endif // IS_MPI
67 < end type errorStruct
67 >  end type errorStruct
68  
69 < type (errorStruct), public, save :: painCave
69 >  type (errorStruct), public, save :: painCave
70  
71   #endif // __FORTRAN90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines