rmvs_final_cb Subroutine

public subroutine rmvs_final_cb(self)

Finalize the RMVS massive body object - deallocates all allocatables

Arguments

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

RMVS central body object


Contents

Source Code


Source Code

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