rmvs_final_interp Subroutine

public subroutine rmvs_final_interp(self)

Finalize the RMVS nbody system object - deallocates all allocatables

Arguments

TypeIntentOptionalAttributesName
type(rmvs_interp), intent(inout) :: self

RMVS nbody system object


Contents

Source Code


Source Code

      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