Finalize the WHM test particle object - deallocates all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(whm_tp), | intent(inout) | :: | self | WHM test particle object |
subroutine whm_final_tp(self)
!! author: David A. Minton
!!
!! Finalize the WHM test particle object - deallocates all allocatables
implicit none
! Arguments
type(whm_tp), intent(inout) :: self
!! WHM test particle object
call self%dealloc()
return
end subroutine whm_final_tp