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

Comparing trunk/OOPSE-2.0/src/utils/status.F90 (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 59 | Line 59 | public :: handleInfo
59   !!$
60   !!$end interface
61  
62 < public :: handleInfo
63 < public :: handleError
64 < public :: handleWarning
65 < public :: statusMsgSize
66 < public :: nullchar
67 < public :: newline
68 < public :: tab
62 >  public :: handleInfo
63 >  public :: handleError
64 >  public :: handleWarning
65 >  public :: statusMsgSize
66 >  public :: nullchar
67 >  public :: newline
68 >  public :: tab
69  
70   contains
71  
72    subroutine handleInfo(myRoutine, myMessage)
73      character(len=*), intent(in) :: myRoutine
74      character(len=*), intent(in) :: myMessage
75 <  
75 >
76      painCave%errMsg = "Location: " // trim(myRoutine) // newline // &
77           tab // trim(myMessage) // newline // nullchar
78  
# Line 94 | Line 94 | contains
94      painCave%isFatal = .true.
95  
96      call c_simError(painCave)
97 <    
97 >
98    end subroutine handleError
99  
100    subroutine handleWarning(myRoutine, myMessage)
# Line 110 | Line 110 | contains
110      call c_simError(painCave)
111  
112    end subroutine handleWarning
113 <  
113 >
114   end module status

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines