Merge pull request #3414 from OPMUSER/RUNSPEC-GRID

Add GRAVITY keyword to UnsupportedFlowKeywords
This commit is contained in:
Bård Skaflestad 2021-06-28 13:26:43 +02:00 committed by GitHub
commit b79b08e86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}},