Alias for dm_error_out()
, do not use.
Prints error description to stderr
. If verbose
is .true.
, the
routine outputs even if no error occured (E_NONE
).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | error |
DMPACK error code. |
||
character(len=*), | intent(in), | optional | :: | message |
Optional error message. |
|
logical, | intent(in), | optional | :: | verbose |
If |
|
logical, | intent(in), | optional | :: | extra |
If |
|
logical, | intent(in), | optional | :: | fatal |
If |