Update UnsupportedFlowKeywords.cpp

Remove MINPORV from unsupported keyword list
This commit is contained in:
OPMUSER
2022-07-09 20:13:30 +08:00
parent 65addddb06
commit f9ba52e91b

View File

@@ -380,7 +380,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"MESSOPTS", {false, std::nullopt}}, {"MESSOPTS", {false, std::nullopt}},
{"MESSSRVC", {false, std::nullopt}}, {"MESSSRVC", {false, std::nullopt}},
{"MINNNCT", {false, std::nullopt}}, {"MINNNCT", {false, std::nullopt}},
{"MINPORV", {false, std::nullopt}},
{"MLANG", {false, std::nullopt}}, {"MLANG", {false, std::nullopt}},
{"MLANGSLV", {false, std::nullopt}}, {"MLANGSLV", {false, std::nullopt}},
{"MONITOR", {false, std::nullopt}}, {"MONITOR", {false, std::nullopt}},