mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed NUMRES from UnsupportedKeywords List
Removed NUMRES from UnsupportedKeywords list and will trap values not equal to 1 in the PartiallySupportedKeyword list. PartiallySupportedKeyword update to follow.
This commit is contained in:
@@ -425,7 +425,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"NORSSPEC", {false, std::nullopt}},
|
||||
{"NOWARN", {false, std::nullopt}},
|
||||
{"NSTACK", {false, std::nullopt}},
|
||||
{"NUMRES", {false, std::nullopt}},
|
||||
{"NWATREM", {false, std::nullopt}},
|
||||
{"NXFIN", {false, std::nullopt}},
|
||||
{"NYFIN", {false, std::nullopt}},
|
||||
|
||||
Reference in New Issue
Block a user