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:
OPMUSER
2021-06-25 13:01:29 +08:00
parent c3fe22a6cf
commit e7b28b1b5f

View File

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