Finalize the RMVS massive body object - deallocates all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rmvs_pl), | intent(inout) | :: | self | RMVS massive body object |
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