dyn_realarray_type Derived Type

type, public :: dyn_realarray_type

dynamic array (da) type for real(kind=rk)


Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: nvals =0
integer, public :: containersize =0
real(kind=rk), public, allocatable:: val(:)
integer, public, allocatable:: sorted(:)