Finalizer for the storage object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(base_storage), | intent(inout) | :: | self |
subroutine base_final_storage(self) !! author: David A. Minton !! !! Finalizer for the storage object implicit none ! Arguments class(base_storage), intent(inout) :: self call self%dealloc() return end subroutine base_final_storage