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
commit bee91d2fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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