mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
77f3b93b88
commit
5c51d4dea4
@ -133,7 +133,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"CONNECTION_PROBE", {false, std::nullopt}},
|
{"CONNECTION_PROBE", {false, std::nullopt}},
|
||||||
{"COORDSYS", {false, std::nullopt}},
|
{"COORDSYS", {false, std::nullopt}},
|
||||||
{"COPYBOX", {false, std::nullopt}},
|
{"COPYBOX", {false, std::nullopt}},
|
||||||
{"COPYREG", {false, std::nullopt}},
|
|
||||||
{"CRITPERM", {false, std::nullopt}},
|
{"CRITPERM", {false, std::nullopt}},
|
||||||
{"DATUMR", {false, std::nullopt}},
|
{"DATUMR", {false, std::nullopt}},
|
||||||
{"DATUMRX", {false, std::nullopt}},
|
{"DATUMRX", {false, std::nullopt}},
|
||||||
@ -565,6 +564,7 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = {
|
|||||||
{"RPTISOL", {false, std::nullopt}},
|
{"RPTISOL", {false, std::nullopt}},
|
||||||
{"RPTPROPS", {false, std::nullopt}},
|
{"RPTPROPS", {false, std::nullopt}},
|
||||||
{"RPTREGS", {false, std::nullopt}},
|
{"RPTREGS", {false, std::nullopt}},
|
||||||
|
{"RPTSOL", {false, std::nullopt}},
|
||||||
{"RSGI", {false, std::nullopt}},
|
{"RSGI", {false, std::nullopt}},
|
||||||
{"RSSPE", {false, std::nullopt}},
|
{"RSSPE", {false, std::nullopt}},
|
||||||
{"RSSSPEC", {false, std::nullopt}},
|
{"RSSSPEC", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user