[Nit] Add EHYSTR(HYSTMOD) = 4 to list of supported values in message

This commit is contained in:
Matthew Goodfield 2025-01-03 09:56:36 +00:00 committed by GitHub
parent 36008aeec4
commit c367ea8697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,7 +367,7 @@ partiallySupported()
{
"EHYSTR",
{
{2,{true, allow_values<int> {0, 1, 2, 3, 4}, "EHYSTR(HYSTMOD): only Carlson or Killough Hysteresis Models supported (0,1 or 2,3)"}}, // relative_perm_hyst
{2,{true, allow_values<int> {0, 1, 2, 3, 4}, "EHYSTR(HYSTMOD): only Carlson or Killough Hysteresis Models supported (0,1 or 2,3,4)"}}, // relative_perm_hyst
{13,{true, allow_values<int> {0}, "EHYSTR(HYSWETRP): Killoughs option not supported and should be defaulted"}}, // FLAG_SOMETHING
},
},