10 integer(I4B) :: status
23 subroutine pstop(status, message)
24 integer(I4B),
intent(in),
optional :: status
25 character(len=*),
intent(in),
optional :: message
28 if (
present(message)) print *, message
29 if (
present(status))
then
36 if (
present(message)) print *, message
37 if (
present(status))
then
subroutine pstop(status, message)
Stop the program, optionally specifying an error status code.
procedure(pstop_iface), pointer pstop_alternative
This module defines variable data types.