pure_subroutine Subroutine

pure subroutine pure_subroutine(print_array, print_derived_type, file)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: print_array
logical, intent(in) :: print_derived_type
type(file_t), intent(in), optional :: file

Calls

proc~~pure_subroutine~~CallsGraph proc~pure_subroutine pure_subroutine interface~stop_and_print stop_and_print proc~pure_subroutine->interface~stop_and_print

Called by

proc~~pure_subroutine~~CalledByGraph proc~pure_subroutine pure_subroutine program~pure_stop_and_print pure_stop_and_print program~pure_stop_and_print->proc~pure_subroutine