Provides support for catching and handling errors (Specification)
Provides a call to error stop
and allows the user to specify a code and message
(Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | msg | |||
integer, | intent(in), | optional | :: | code |
Checks the value of a logical condition (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | condition | |||
character(len=*), | intent(in), | optional | :: | msg | ||
integer, | intent(in), | optional | :: | code | ||
logical, | intent(in), | optional | :: | warn |