text_option Derived Type

type, public :: text_option

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
character(len=maxlen), public :: name
integer, public :: value

Source Code

  type :: text_option
     character(maxlen) :: name
     integer :: value
  end type text_option