realarray_type Derived Type

type, private :: realarray_type

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


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, pointer :: dat(:) => NULL()