From c367ea8697c4bffc306ec14286d4cc0ae342052c Mon Sep 17 00:00:00 2001 From: Matthew Goodfield <142009224+gdfldm@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:56:36 +0000 Subject: [PATCH] [Nit] Add EHYSTR(HYSTMOD) = 4 to list of supported values in message --- opm/simulators/utils/PartiallySupportedFlowKeywords.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp index eb9ec65ee..96b4595c8 100644 --- a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp +++ b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp @@ -367,7 +367,7 @@ partiallySupported() { "EHYSTR", { - {2,{true, allow_values {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 {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 {0}, "EHYSTR(HYSWETRP): Killough’s option not supported and should be defaulted"}}, // FLAG_SOMETHING }, },