PARAOPTS and SOLVDIRS should only give warning

This commit is contained in:
Alf Birger Rustad 2023-09-14 09:22:36 +02:00
parent b55270defe
commit 91a670d796

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