Finalize the RMVS nbody system object - deallocates all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(rmvs_interp), | intent(inout) | :: | self | RMVS nbody system object |
subroutine rmvs_final_interp(self)
!! author: David A. Minton
!!
!! Finalize the RMVS nbody system object - deallocates all allocatables
implicit none
! Arguments
type(rmvs_interp), intent(inout) :: self
!! RMVS nbody system object
call self%dealloc()
return
end subroutine rmvs_final_interp