Merge pull request #4869 from alfbr/emit-warning

PARAOPTS and SOLVDIRS should only give warning
This commit is contained in:
Bård Skaflestad
2023-09-14 10:00:01 +02:00
committed by GitHub

View File

@@ -434,7 +434,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"OPTIONS", {true, std::nullopt}},
{"OUTRAD", {true, std::string{"Use the DRV keyword instead"}}},
{"OUTSOL", {false, std::nullopt}},
{"PARAOPTS", {true, std::nullopt}},
{"PARAOPTS", {false, std::nullopt}},
{"PCG32D", {true, std::nullopt}},
{"PCW32D", {true, std::nullopt}},
{"PERMJFUN", {true, std::nullopt}},
@@ -582,7 +582,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"SOF32D", {true, std::nullopt}},
{"SOLVCONC", {true, std::nullopt}},
{"SOLVDIMS", {true, std::nullopt}},
{"SOLVDIRS", {true, std::nullopt}},
{"SOLVDIRS", {false, std::nullopt}},
{"SOLVFRAC", {true, std::nullopt}},
{"SOLVNUM", {true, std::nullopt}},
{"SOLWNUM", {true, std::nullopt}},