realarray_type Derived Type

type, private :: realarray_type

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


Inherited by

type~~realarray_type~~InheritedByGraph type~realarray_type realarray_type type~sampled_method_data_type sampled_method_data_type type~sampled_method_data_type->type~realarray_type component

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, pointer:: dat(:)=> NULL()