grw_pointarray_type Derived Type

type, public :: grw_pointarray_type

growing array type for type(tem_point_type)


Inherits

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

Contents


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
type(tem_point_type), public, allocatable :: val(:)