fields_get_integer Function

public function fields_get_integer(fields, key, value) result(found)

Typed by-name read. .false. on unknown key OR kind mismatch; the caller composes its historical error text (they differ between 1D and 2D).

Arguments

Type IntentOptional Attributes Name
type(field_desc_t), intent(in) :: fields(:)
character(len=*), intent(in) :: key
integer, intent(out) :: value

Return Value logical