grw_linearray_type Derived Type

type, public :: grw_linearray_type

growing array type for type(tem_line_type)


Inherits

type~~grw_linearray_type~~InheritsGraph type~grw_linearray_type grw_linearray_type type~tem_line_type tem_line_type type~grw_linearray_type->type~tem_line_type val

Contents


Components

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