fstats_types Module



Contents


Derived Types

type, public ::  array_container

Provides a container for a real-valued array. A practical use of this construct is in the construction of jagged arrays.

Components

Type Visibility Attributes Name Initial
real(kind=real64), public, allocatable, dimension(:) :: x

The array.