Merge pull request #3975 from OPMUSER/Unsupported-Keywords

Unsupported keywords
This commit is contained in:
Bård Skaflestad
2022-07-12 13:00:50 +02:00
committed by GitHub

View File

@@ -380,7 +380,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"MESSOPTS", {false, std::nullopt}},
{"MESSSRVC", {false, std::nullopt}},
{"MINNNCT", {false, std::nullopt}},
{"MINPORV", {false, std::nullopt}},
{"MLANG", {false, std::nullopt}},
{"MLANGSLV", {false, std::nullopt}},
{"MONITOR", {false, std::nullopt}},
@@ -550,7 +549,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"RSCONST", {false, std::nullopt}},
{"RSCONSTT", {false, std::nullopt}},
{"RSSPEC", {false, std::nullopt}},
{"RTEMPA", {false, std::nullopt}},
{"RWGSALT", {false, std::nullopt}},
{"SAMG", {false, std::nullopt}},
{"SAVE", {false, std::nullopt}},
@@ -624,7 +622,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"TEMP", {false, std::nullopt}},
{"TEMPNODE", {false, std::nullopt}},
{"TEMPTVD", {false, std::nullopt}},
{"TEMPVD", {false, std::nullopt}},
{"TIGHTEN", {false, std::nullopt}},
{"TIGHTENP", {false, std::nullopt}},
{"TIME", {false, std::nullopt}},