dyn_patharray_type Derived Type

type, public :: dyn_patharray_type

dynamic array (da) type for type(tem_path_type)


Components

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