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

Comparing trunk/src/utils/simError.h (file contents):
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 1 | Line 1
1
2 #ifndef __FORTRAN90
1   #ifndef UTILS_SIMERROR_H
2   #define UTILS_SIMERROR_H
3  
# Line 37 | Line 35 | extern "C" {
35   #endif
36  
37   #endif
40
41 #else
42
43  INTEGER, PARAMETER:: OPENMD_ERROR   = 1
44  INTEGER, PARAMETER:: OPENMD_WARNING = 2
45  INTEGER, PARAMETER:: OPENMD_INFO    = 3
46  INTEGER, PARAMETER:: MAX_SIM_ERROR_MSG_LENGTH = 2000
47  
48  type, public :: errorStruct
49    PRIVATE
50    SEQUENCE
51    character(len = MAX_SIM_ERROR_MSG_LENGTH) :: errMsg
52    logical :: isFatal
53    integer :: severity
54    logical :: isEventLoop;
55  end type errorStruct
56
57  type (errorStruct), public, save :: painCave
58
59 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines