Merge pull request #5273 from totto82/ehystr4_fix

Allow Hysteresis option 4
This commit is contained in:
Atgeirr Flø Rasmussen
2024-08-19 08:51:27 +02:00
committed by GitHub

View File

@@ -368,7 +368,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
},
},