text_options Module

FIXME : Add documentation


Contents


Variables

Type Visibility Attributes Name Initial
integer, private, parameter :: maxlen = 30

Derived Types

type, public ::  text_option

FIXME : Add documentation

Components

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

Subroutines

public subroutine get_option_value(selection, options, value, error_unit, selection_name, stop_on_error)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: selection
type(text_option), intent(in), dimension (:) :: options
integer, intent(inout) :: value
integer, intent(in), optional :: error_unit
character(len=*), intent(in), optional :: selection_name
logical, intent(in), optional :: stop_on_error