Clean up allocated memory in vrtx structure
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_vrtx_type), | intent(inout) | :: | vrtx |
subroutine tem_vrtx_finalize(vrtx) type(tem_vrtx_type), intent(inout) :: vrtx if (allocated(vrtx%refine)) deallocate(vrtx%refine) end subroutine tem_vrtx_finalize