mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5161 from totto82/coordssys
Ignore Coordsys and print a warning
This commit is contained in:
@@ -106,7 +106,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"CPIFACTL", {true, std::nullopt}},
|
{"CPIFACTL", {true, std::nullopt}},
|
||||||
{"CONNECTION", {true, std::nullopt}},
|
{"CONNECTION", {true, std::nullopt}},
|
||||||
{"CONNECTION_PROBE", {true, std::nullopt}},
|
{"CONNECTION_PROBE", {true, std::nullopt}},
|
||||||
{"COORDSYS", {true, std::nullopt}},
|
{"COORDSYS", {false, std::string{"Multiple grid systems not supported, COORDSYS is ignored."}}},
|
||||||
{"COPYBOX", {true, std::nullopt}},
|
{"COPYBOX", {true, std::nullopt}},
|
||||||
{"CRITPERM", {true, std::nullopt}},
|
{"CRITPERM", {true, std::nullopt}},
|
||||||
{"DATUMR", {true, std::nullopt}},
|
{"DATUMR", {true, std::nullopt}},
|
||||||
|
|||||||
Reference in New Issue
Block a user