Record New Supported Keywords

We recently added support for

  * RPTONLY
  * RPTONLYO
  * SUMTHIN
This commit is contained in:
Bård Skaflestad 2021-08-17 10:29:36 +02:00
parent 7a73547d01
commit 6da47344a3

View File

@ -550,8 +550,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"ROCKOPTS", {false, std::nullopt}},
{"ROCKTAB", {false, std::nullopt}},
{"RPTGRID", {false, std::nullopt}},
{"RPTONLY", {false, std::nullopt}},
{"RPTONLYO", {false, std::nullopt}},
{"RPTPROS", {false, std::nullopt}},
{"PRTRST", {false, std::nullopt}},
{"RPTRUNSP", {false, std::nullopt}},
@ -568,7 +566,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"SKIP", {false, std::nullopt}},
{"SKIP100", {false, std::nullopt}},
{"SKIP300", {false, std::nullopt}},
{"SUMTHIN", {false, std::nullopt}},
{"SALT", {false, std::nullopt}},
{"SALTNODE", {false, std::nullopt}},
{"SALTREST", {false, std::nullopt}},