destroy_body_eph_interface Subroutine

private subroutine destroy_body_eph_interface(me)

Type Bound

body_eph_interface

Arguments

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

Called by

proc~~destroy_body_eph_interface~~CalledByGraph proc~destroy_body_eph_interface body_eph_interface%destroy_body_eph_interface proc~initialize_globals jpl_ephemeris_splined%initialize_globals proc~initialize_globals->proc~destroy_body_eph_interface proc~initialize_splinded_ephemeris jpl_ephemeris_splined%initialize_splinded_ephemeris proc~initialize_splinded_ephemeris->proc~initialize_globals

Source Code

    subroutine destroy_body_eph_interface(me)
        class(body_eph_interface),intent(out) :: me
    end subroutine destroy_body_eph_interface