rmvs_final_pl Subroutine

public subroutine rmvs_final_pl(self)

Finalize the RMVS massive body object - deallocates all allocatables

Arguments

Type IntentOptional Attributes Name
type(rmvs_pl), intent(inout) :: self

RMVS massive body object


Calls

proc~~rmvs_final_pl~~CallsGraph proc~rmvs_final_pl rmvs_final_pl interface~rmvs_util_dealloc_pl rmvs_pl%rmvs_util_dealloc_pl proc~rmvs_final_pl->interface~rmvs_util_dealloc_pl

Source Code

      subroutine rmvs_final_pl(self)
         !! author: David A. Minton
         !!
         !! Finalize the RMVS massive body object - deallocates all allocatables
         implicit none
         ! Arguments
         type(rmvs_pl),  intent(inout) :: self 
            !! RMVS massive body object
         call self%dealloc()
         return
      end subroutine rmvs_final_pl