whm_final_pl Subroutine

public subroutine whm_final_pl(self)

Finalize the WHM massive body object - deallocates all allocatables

Arguments

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

WHM massive body object


Contents

Source Code


Source Code

      subroutine whm_final_pl(self)
         !! author: David A. Minton
         !!
         !! Finalize the WHM massive body object - deallocates all allocatables
         implicit none
         ! Argument
         type(whm_pl),  intent(inout) :: self 
            !! WHM massive body object
         call self%dealloc()
         return
      end subroutine whm_final_pl