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:
Atgeirr Flø Rasmussen
2021-10-29 12:25:00 +02:00
committed by GitHub
@@ -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}},