destroy Subroutine

private subroutine destroy(me)

Destructor for rk_class.

Type Bound

rk_class

Arguments

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

Called by

proc~~destroy~2~~CalledByGraph proc~destroy~2 rk_module::rk_class%destroy proc~initialize~2 rk_module::rk_class%initialize proc~initialize~2->proc~destroy~2 proc~compute_halo_monodromy_matrix halo_orbit_module::compute_halo_monodromy_matrix proc~compute_halo_monodromy_matrix->proc~initialize~2 proc~halo_to_rv_diffcorr halo_orbit_module::halo_to_rv_diffcorr proc~halo_to_rv_diffcorr->proc~initialize~2

Source Code

    subroutine destroy(me)

    implicit none

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

    end subroutine destroy