Finalize the ringmoons ring object - deallocates all allocatables
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ringmoons_ring), | intent(inout) | :: | self |
Ringmoons ring object |
subroutine ringmoons_final_ring(self) !! author: David A. Minton !! !! Finalize the ringmoons ring object - deallocates all allocatables implicit none ! Argument type(ringmoons_ring), intent(inout) :: self !! Ringmoons ring object call self%dealloc() return end subroutine ringmoons_final_ring