Remove CPR from UnsupportedFlowKeywords.cpp

This commit is contained in:
OPMUSER 2023-01-20 14:37:28 +08:00
parent 7c1cf03773
commit 8c98a1b3dc

View File

@ -103,7 +103,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"COMPVEL", {true, std::nullopt}},
{"CPIFACT", {true, std::nullopt}},
{"CPIFACTL", {true, std::nullopt}},
{"CPR", {false, std::string{"Keyword not supported. However CPR can be spesificed via command line options."}}},
{"CSKIN", {true, std::nullopt}},
{"CONNECTION", {true, std::nullopt}},
{"CONNECTION_PROBE", {true, std::nullopt}},