grw_intarray_type Derived Type

type, public :: grw_intarray_type

growing array type for integer


Components

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