mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Mark keywords DIFFC, DIFFUSE and GPMAINT as supported
This commit is contained in:
parent
3cfec109db
commit
a79fd67104
@ -114,7 +114,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"DEPTHTAB", {false, std::nullopt}},
|
{"DEPTHTAB", {false, std::nullopt}},
|
||||||
{"DIAGDISP", {false, std::nullopt}},
|
{"DIAGDISP", {false, std::nullopt}},
|
||||||
{"DIFF", {false, std::nullopt}},
|
{"DIFF", {false, std::nullopt}},
|
||||||
{"DIFFC", {false, std::nullopt}},
|
|
||||||
{"DIFFCOAL", {false, std::nullopt}},
|
{"DIFFCOAL", {false, std::nullopt}},
|
||||||
{"DIFFDP", {false, std::nullopt}},
|
{"DIFFDP", {false, std::nullopt}},
|
||||||
{"DIFFMMF", {false, std::nullopt}},
|
{"DIFFMMF", {false, std::nullopt}},
|
||||||
@ -130,7 +129,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"DIFFMZ-", {false, std::nullopt}},
|
{"DIFFMZ-", {false, std::nullopt}},
|
||||||
{"DIFFR", {false, std::nullopt}},
|
{"DIFFR", {false, std::nullopt}},
|
||||||
{"DIFFTHT", {false, std::nullopt}},
|
{"DIFFTHT", {false, std::nullopt}},
|
||||||
{"DIFFUSE", {false, std::nullopt}},
|
|
||||||
{"DIFFX", {false, std::nullopt}},
|
{"DIFFX", {false, std::nullopt}},
|
||||||
{"DIFFY", {false, std::nullopt}},
|
{"DIFFY", {false, std::nullopt}},
|
||||||
{"DIFFZ", {false, std::nullopt}},
|
{"DIFFZ", {false, std::nullopt}},
|
||||||
@ -236,7 +234,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"GNETDP", {false, std::nullopt}},
|
{"GNETDP", {false, std::nullopt}},
|
||||||
{"GNETINJE", {false, std::nullopt}},
|
{"GNETINJE", {false, std::nullopt}},
|
||||||
{"GNETPUMP", {false, std::nullopt}},
|
{"GNETPUMP", {false, std::nullopt}},
|
||||||
{"GPMAINT", {false, std::nullopt}},
|
|
||||||
{"GRADGRUP", {false, std::nullopt}},
|
{"GRADGRUP", {false, std::nullopt}},
|
||||||
{"GRADRESV", {false, std::nullopt}},
|
{"GRADRESV", {false, std::nullopt}},
|
||||||
{"GRADRFT", {false, std::nullopt}},
|
{"GRADRFT", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user