MAPL_set_throw_method Subroutine

public subroutine MAPL_set_throw_method(method)

Arguments

Type IntentOptional Attributes Name
procedure(throw) :: method

Called by

proc~~mapl_set_throw_method~~CalledByGraph proc~mapl_set_throw_method MAPL_set_throw_method proc~init_tests init_tests proc~init_tests->proc~mapl_set_throw_method proc~initialize~3 Initialize proc~initialize~3->proc~mapl_set_throw_method

Source Code

   subroutine MAPL_set_throw_method(method)
      procedure (throw) :: method
      if (.not. initialized) call initialize()
      throw_method => method
   end subroutine MAPL_set_throw_method