mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40:59 -06:00
Merge pull request #3636 from joakim-hove/mark-as-supported-diffuse-diffc-gpmaint
Mark keywords DIFFC, DIFFUSE and GPMAINT as supported
This commit is contained in:
commit
b4fe98b739
@ -114,7 +114,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"DEPTHTAB", {false, std::nullopt}},
|
||||
{"DIAGDISP", {false, std::nullopt}},
|
||||
{"DIFF", {false, std::nullopt}},
|
||||
{"DIFFC", {false, std::nullopt}},
|
||||
{"DIFFCOAL", {false, std::nullopt}},
|
||||
{"DIFFDP", {false, std::nullopt}},
|
||||
{"DIFFMMF", {false, std::nullopt}},
|
||||
@ -130,7 +129,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"DIFFMZ-", {false, std::nullopt}},
|
||||
{"DIFFR", {false, std::nullopt}},
|
||||
{"DIFFTHT", {false, std::nullopt}},
|
||||
{"DIFFUSE", {false, std::nullopt}},
|
||||
{"DIFFX", {false, std::nullopt}},
|
||||
{"DIFFY", {false, std::nullopt}},
|
||||
{"DIFFZ", {false, std::nullopt}},
|
||||
@ -236,7 +234,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"GNETDP", {false, std::nullopt}},
|
||||
{"GNETINJE", {false, std::nullopt}},
|
||||
{"GNETPUMP", {false, std::nullopt}},
|
||||
{"GPMAINT", {false, std::nullopt}},
|
||||
{"GRADGRUP", {false, std::nullopt}},
|
||||
{"GRADRESV", {false, std::nullopt}},
|
||||
{"GRADRFT", {false, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user