Merge pull request #3472 from bska/new-supported-keywords

Record New Supported Keywords
This commit is contained in:
Arne Morten Kvarving 2021-08-17 11:34:26 +02:00 committed by GitHub
commit b6c4b2e509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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