Enable WTMULT as an Input Operation

Basic support for this keyword was added in commit

    OPM/opm-common@5e3e20c552

and this commit enables running models which use that basic support.
Advanced uses, such as including user-defined arguments for the
multipliers, will still be rejected at the input level.
This commit is contained in:
Bård Skaflestad 2024-06-05 11:27:10 +02:00
parent 25f6c0a1bd
commit 3074c0d9fd

View File

@ -738,7 +738,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"WTADD", {true, std::nullopt}},
{"WTEMPQ", {true, std::nullopt}},
{"WTHPMAX", {true, std::nullopt}},
{"WTMULT", {true, std::nullopt}},
{"ZIPPY2", {false, std::nullopt}},
{"ZIPP2OFF", {false, std::nullopt}},
{"ZMFVD", {false, std::nullopt}},