Unsupported Keywords: Fix RVCONST add ROCKOPTS

Added ROCKOPTS to unsupported keyword list, as there are no opm-test examples, is this correct?

If ROCKOPTS is supported what is supported?
This commit is contained in:
OPMUSER 2021-06-28 20:06:07 +08:00
parent bf3216ed1e
commit 82834c0a3b

View File

@ -517,6 +517,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"RIVSALT", {false, std::nullopt}},
{"RIVTRACE", {false, std::nullopt}},
{"ROCKFRAC", {false, std::nullopt}},
{"ROCKOPTS", {false, std::nullopt}},
{"ROCKPAMA", {false, std::nullopt}},
{"ROCKTAB", {false, std::nullopt}},
{"ROCKTABH", {false, std::nullopt}},
@ -538,7 +539,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"RSGI", {false, std::nullopt}},
{"RSSPE", {false, std::nullopt}},
{"RSSSPEC", {false, std::nullopt}},
{"RVCONS", {false, std::nullopt}},
{"RVCONST", {false, std::nullopt}},
{"RVCONSTT", {false, std::nullopt}},
{"RVGI", {false, std::nullopt}},
{"REFINE", {false, std::nullopt}},