get_integer2 Subroutine

private subroutine get_integer2(self, target, name, long_name, units, default, minimum, maximum, options, description, value)

Arguments

Type IntentOptional AttributesName
class(type_settings), intent(inout) :: self
integer, target:: target
character(len=*), intent(in) :: name
character(len=*), intent(in) :: long_name
character(len=*), intent(in), optional :: units
integer, intent(in), optional :: default
integer, intent(in), optional :: minimum
integer, intent(in), optional :: maximum
type(type_option), intent(in), optional :: options(:)
character(len=*), intent(in), optional :: description
integer, intent(out), optional :: value

Calls

proc~~get_integer2~~CallsGraph proc~get_integer2 get_integer2 proc~integer_set_data integer_set_data proc~get_integer2->proc~integer_set_data proc~report_error report_error proc~get_integer2->proc~report_error proc~string_lower string_lower proc~get_integer2->proc~string_lower proc~integer_set_data->proc~report_error proc~integer_set_data->proc~string_lower

Called by

proc~~get_integer2~~CalledByGraph proc~get_integer2 get_integer2 proc~get_integer get_integer proc~get_integer->proc~get_integer2

Contents

None