STATUS


Function

Status is the module that handles errors and warnings in the DYNAMO library.

Dependencies

Module Variables
IO_UNITS OUTPUT


Public Variables

None.

Public Procedures

There is a single public subroutine in this module.

SubroutinePurpose
ERROR Print an error message and stop execution of the program.


ERROR

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).




Stability

Stable.



Back to the DYNAMO Home-Page.