angle_type Derived Type

type, public, extends(unit_type) :: angle_type

Angle type.


Inherits

type~~angle_type~~InheritsGraph type~angle_type angle_type type~unit_type unit_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.