get_logical2 Subroutine

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

Arguments

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

Calls

proc~~get_logical2~~CallsGraph proc~get_logical2 get_logical2 proc~type_logical_setting_create type_logical_setting_create proc~get_logical2->proc~type_logical_setting_create proc~report_error report_error proc~type_logical_setting_create->proc~report_error proc~logical_set_data logical_set_data proc~type_logical_setting_create->proc~logical_set_data proc~logical_set_data->proc~report_error

Called by

proc~~get_logical2~~CalledByGraph proc~get_logical2 get_logical2 proc~get_logical get_logical proc~get_logical->proc~get_logical2

Contents

None