ply_sampling_var_type Derived Type

type, public :: ply_sampling_var_type

Small helping type to allow arrays of arrays for the variable data.


Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nDeviating
integer, private, allocatable:: degree(:)
integer, private, allocatable:: first(:)
real(kind=rk), private, pointer:: dat(:)
logical, private, allocatable:: deviates(:)