@brief Deallocate the resource.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(buffer_hel_1D_t), | intent(inout) | :: | this |
pure subroutine finalize_hel_1D (this)
class(buffer_hel_1D_t), intent(inout) :: this
if (allocated(this%buf)) deallocate(this%buf)
end subroutine finalize_hel_1D