FEDEM Solver
R8.0
Source code of the dynamics solver
|
Global subroutine (callable from C++) to output an error message. More...
Functions/Subroutines | |
recursive subroutine | wrimsg (ifile, msg, newLine) |
Global subroutine (callable from C++) to output an error message. More... | |
Global subroutine (callable from C++) to output an error message.
recursive subroutine wrimsg | ( | integer(kind=i4), intent(in) | ifile, |
character(len=*), intent(in) | msg, | ||
logical(kind=i4), intent(in) | newLine | ||
) |
Global subroutine (callable from C++) to output an error message.
[in] | ifile | Flag telling where to write the message (see below). |
[in] | msg | The error message to write |
[in] | newLine | If .true., write newline character at the end |