Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_geo_type), | intent(inout) | :: | self |
pure subroutine dealloc_arrays(self)
class(abstract_geo_type), intent(in out) :: self
call self%dealloc_common_arrays ; call self%dealloc_special_arrays
end subroutine dealloc_arrays