mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05: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:
@@ -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}},
|
||||||
|
|||||||
Reference in New Issue
Block a user