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