grw_pointarray_type Derived Type

type, public :: grw_pointarray_type

growing array type for type(tem_point_type)


Inherits

type~~grw_pointarray_type~~InheritsGraph type~grw_pointarray_type grw_pointarray_type type~tem_point_type tem_point_type type~grw_pointarray_type->type~tem_point_type val

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nvals =0
integer, private :: containersize =0
type(tem_point_type), private, allocatable:: val(:)