mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:36:25 -06:00
PARAOPTS and SOLVDIRS should only give warning
This commit is contained in:
parent
b55270defe
commit
91a670d796
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user