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