Remove COPYREG and add RPTSOL

Remove COPYREG (https://github.com/OPM/opm-simulators/issues/3234) and add RPTSOL (https://github.com/OPM/opm-simulators/issues/3248) as non-critical missing keyword
This commit is contained in:
Cintia Goncalves Machado 2021-05-12 12:04:01 +02:00 committed by GitHub
parent 77f3b93b88
commit 5c51d4dea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}},