destroy Subroutine

private subroutine destroy(me)

Destructor for rk_variable_step_class.

Type Bound

rk_variable_step_class

Arguments

Type IntentOptional Attributes Name
class(rk_variable_step_class), intent(out) :: me

Called by

proc~~destroy~~CalledByGraph proc~destroy rk_module_variable_step::rk_variable_step_class%destroy proc~initialize rk_module_variable_step::rk_variable_step_class%initialize proc~initialize->proc~destroy

Source Code

    subroutine destroy(me)

    implicit none

    class(rk_variable_step_class),intent(out) :: me

    end subroutine destroy