Status is the module that handles errors and warnings in the DYNAMO library.
Module | Variables |
---|---|
IO_UNITS | OUTPUT |
None.
There is a single public subroutine in this module.
Subroutine | Purpose |
---|---|
ERROR | Print an error message and stop execution of the program. |
Argument | Type | Intent | Optional | Purpose |
---|---|---|---|---|
ROUTINE | Character | In | No | The name of the procedure from which ERROR is called. |
MESSAGE | Character | In | No | The error message to be printed. |
CODE | Integer | In | Yes | An optional error code (useful for machine-dependent I/O errors). |
Stable.