dyn_projectionarray_type Derived Type

type, public :: dyn_projectionarray_type

dynamic array (da) type for type(ply_prj_init_type)


Components

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