get_string2 Subroutine

private subroutine get_string2(self, target, name, long_name, units, default, description, value)

Arguments

Type IntentOptional AttributesName
class(type_settings), intent(inout) :: self
character(len=*), target:: target
character(len=*), intent(in) :: name
character(len=*), intent(in) :: long_name
character(len=*), intent(in), optional :: units
character(len=*), intent(in), optional :: default
character(len=*), intent(in), optional :: description
character(len=:), optional allocatable:: value

Calls

proc~~get_string2~~CallsGraph proc~get_string2 get_string2 proc~report_error report_error proc~get_string2->proc~report_error

Called by

proc~~get_string2~~CalledByGraph proc~get_string2 get_string2 proc~get_string get_string proc~get_string->proc~get_string2

Contents

None