Merge pull request #5411 from bska/claim-basic-wtmult-support

Enable WTMULT as an Input Operation
This commit is contained in:
Bård Skaflestad 2024-06-06 14:53:07 +02:00 committed by GitHub
commit 9c744190eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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