mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Mark GRAVITY Keyword as Supported in the Simulator
The input layer now converts this input to DENSITY data.
This commit is contained in:
parent
84392a25b4
commit
40fdb9e1d6
@ -242,7 +242,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"GRAVDR", {false, std::nullopt}},
|
||||
{"GRAVDRB", {false, std::nullopt}},
|
||||
{"GRAVDRM", {false, std::nullopt}},
|
||||
{"GRAVITY", {false, std::string{"Use the DENSITY keyword instead"}}},
|
||||
{"GRDREACH", {false, std::nullopt}},
|
||||
{"GRIDUNIT", {false, std::nullopt}},
|
||||
{"GRUPMAST", {false, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user