Merge pull request #3249 from goncalvesmachadoc/patch-4

Remove COPYREG and add RPTSOL
This commit is contained in:
Bård Skaflestad
2021-05-12 14:27:14 +02:00
committed by GitHub

View File

@@ -133,7 +133,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
{"CONNECTION_PROBE", {false, std::nullopt}},
{"COORDSYS", {false, std::nullopt}},
{"COPYBOX", {false, std::nullopt}},
{"COPYREG", {false, std::nullopt}},
{"CRITPERM", {false, std::nullopt}},
{"DATUMR", {false, std::nullopt}},
{"DATUMRX", {false, std::nullopt}},
@@ -565,6 +564,7 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
{"RPTISOL", {false, std::nullopt}},
{"RPTPROPS", {false, std::nullopt}},
{"RPTREGS", {false, std::nullopt}},
{"RPTSOL", {false, std::nullopt}},
{"RSGI", {false, std::nullopt}},
{"RSSPE", {false, std::nullopt}},
{"RSSSPEC", {false, std::nullopt}},