value_pair Derived Type

type, public :: value_pair

Defines a pair of numeric values.


Contents


Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: x1

Value 1.

real(kind=real64), public :: x2

Value 2.