Merge pull request #3774 from plgbrts/expli-salt

allow for explicit initialization of SALT and SALTP
This commit is contained in:
Markus Blatt
2022-02-11 14:35:57 +01:00
committed by GitHub
2 changed files with 30 additions and 1 deletions

View File

@@ -555,7 +555,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"SKIP", {false, std::nullopt}},
{"SKIP100", {false, std::nullopt}},
{"SKIP300", {false, std::nullopt}},
{"SALT", {false, std::nullopt}},
{"SALTNODE", {false, std::nullopt}},
{"SALTREST", {false, std::nullopt}},
{"SCALELIM", {false, std::nullopt}},