Finalizer for the storage data type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(swiftest_storage) | :: | self | Swiftest storage object |
subroutine swiftest_final_storage(self)
!! author: David A. Minton
!!
!! Finalizer for the storage data type
implicit none
! Arguments
type(swiftest_storage) :: self
!! Swiftest storage object
call self%dealloc()
return
end subroutine swiftest_final_storage