Platform | Win32 |
Purpose |
To get a Fortran error message. |
Syntax |
SUBROUTINE FORTRAN_ERROR_MESSAGE@(ERROR_CODE,MESSAGE)
|
Description |
Returns the error message corresponding to the Fortran run time error number ERROR_CODE. Some error messages are rather vague (e.g. Inconsistent call to routine) but when these errors occur the system produces a more informative error message. |
Example |
CHARACTER (LEN=80)::MESSAGE |