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