array_container Derived Type

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.


Contents


Components

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

The array.