stop_and_print Module Procedure

module procedure stop_and_print pure module subroutine stop_and_print(data, header, footer)

Arguments

Type IntentOptional Attributes Name
class(*), intent(in) :: data(..)
character(len=*), intent(in), optional :: header
character(len=*), intent(in), optional :: footer

Calls

proc~~stop_and_print~~CallsGraph proc~stop_and_print stop_and_print interface~character_stop_code character_stop_code proc~stop_and_print->interface~character_stop_code interface~internal_error_stop internal_error_stop proc~stop_and_print->interface~internal_error_stop string string proc~stop_and_print->string