Merge pull request #5837 from gdfldm/patch-2

[Nit] Add EHYSTR(HYSTMOD) = 4 to list of supported values in message
This commit is contained in:
Bård Skaflestad
2025-01-03 11:24:02 +01:00
committed by GitHub

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
},
},