Allow Hysteresis option 4

This commit is contained in:
Tor Harald Sandve 2024-03-14 08:31:15 +01:00
parent 1243148d38
commit e163f906ee

View File

@ -367,7 +367,7 @@ partiallySupported()
{
"EHYSTR",
{
{2,{true, allow_values<int> {0, 1, 2, 3}, "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)"}}, // relative_perm_hyst
{13,{true, allow_values<int> {0}, "EHYSTR(HYSWETRP): Killoughs option not supported and should be defaulted"}}, // FLAG_SOMETHING
},
},