Remove KRNUM from Unsupported Keyword List (Back-Port)

Remove KRNUM from Unsupported Keyword List, as it is now supported. This should be back-ported, to prevent a warning stating the keyword is not supported.
This commit is contained in:
OPMUSER 2022-10-27 20:19:05 +08:00
parent 0ab28551e5
commit af922366e8

View File

@ -324,7 +324,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"IONXSURF", {false, std::nullopt}},
{"ISOLNUM", {false, std::nullopt}},
{"JFUNCR", {false, std::nullopt}},
{"KRNUM", {false, std::nullopt}},
{"KRNUMMF", {false, std::nullopt}},
{"LANGMPL", {false, std::nullopt}},
{"LANGMUIR", {false, std::nullopt}},