grw_grwintarray_type Derived Type

type, private :: grw_grwintarray_type

growing array type for type(grw_intarray_type)


Inherits

type~~grw_grwintarray_type~~InheritsGraph type~grw_grwintarray_type grw_grwintarray_type type~grw_intarray_type grw_intarray_type type~grw_grwintarray_type->type~grw_intarray_type val

Contents


Components

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