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