unit_type Derived Type

type, public :: unit_type

Generic unit type.


Inherited by

type~~unit_type~~InheritedByGraph type~unit_type unit_type type~angle_type angle_type type~angle_type->type~unit_type

Components

Type Visibility Attributes Name Initial
real(kind=r8), public :: value = 0.0_r8

Value.

integer, public :: type = UNIT_NONE

Unit of value.

integer, public :: error = E_NONE

Convert error.