GeneratorType_Values_t Derived Type

type, private :: GeneratorType_Values_t


Contents


Components

Type Visibility Attributes Name Initial
integer, public :: R = 1
integer, public :: L = -1
integer, public :: W = 0

Source Code

    type :: GeneratorType_Values_t
        integer :: &
            R = 1, &
            L = -1, &
            W = 0
    end type GeneratorType_Values_t