set_entry Subroutine

private subroutine set_entry(index, key, group, value_kind, help, has_min, min_value, has_max, max_value, choice_set)

Fill one slot in the lazily initialised schema table.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: index
character(len=*), intent(in) :: key
character(len=*), intent(in) :: group
integer, intent(in) :: value_kind
character(len=*), intent(in) :: help
logical, intent(in), optional :: has_min
real(kind=wp), intent(in), optional :: min_value
logical, intent(in), optional :: has_max
real(kind=wp), intent(in), optional :: max_value
integer, intent(in), optional :: choice_set