ply_sampling_var_type Derived Type

type, public :: ply_sampling_var_type

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


Components

Type Visibility Attributes Name Initial
integer, public :: nDeviating
integer, public, allocatable :: degree(:)
integer, public, allocatable :: first(:)
real(kind=rk), public, pointer :: dat(:)
logical, public, allocatable :: deviates(:)