Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(amap_t), | intent(inout) | :: | this |
subroutine clear_amap_t(this)
class(amap_t), intent(inout) :: this
if (allocated(this%pairs)) then
deallocate(this%pairs)
end if
this%high_water = 0
end subroutine clear_amap_t