mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-13 01:41:55 -06:00
Merge pull request #3414 from OPMUSER/RUNSPEC-GRID
Add GRAVITY keyword to UnsupportedFlowKeywords
This commit is contained in:
commit
b79b08e86f
@ -244,6 +244,7 @@ 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