mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
bf3216ed1e
commit
82834c0a3b
@ -517,6 +517,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"RIVSALT", {false, std::nullopt}},
|
{"RIVSALT", {false, std::nullopt}},
|
||||||
{"RIVTRACE", {false, std::nullopt}},
|
{"RIVTRACE", {false, std::nullopt}},
|
||||||
{"ROCKFRAC", {false, std::nullopt}},
|
{"ROCKFRAC", {false, std::nullopt}},
|
||||||
|
{"ROCKOPTS", {false, std::nullopt}},
|
||||||
{"ROCKPAMA", {false, std::nullopt}},
|
{"ROCKPAMA", {false, std::nullopt}},
|
||||||
{"ROCKTAB", {false, std::nullopt}},
|
{"ROCKTAB", {false, std::nullopt}},
|
||||||
{"ROCKTABH", {false, std::nullopt}},
|
{"ROCKTABH", {false, std::nullopt}},
|
||||||
@ -538,7 +539,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"RSGI", {false, std::nullopt}},
|
{"RSGI", {false, std::nullopt}},
|
||||||
{"RSSPE", {false, std::nullopt}},
|
{"RSSPE", {false, std::nullopt}},
|
||||||
{"RSSSPEC", {false, std::nullopt}},
|
{"RSSSPEC", {false, std::nullopt}},
|
||||||
{"RVCONS", {false, std::nullopt}},
|
{"RVCONST", {false, std::nullopt}},
|
||||||
{"RVCONSTT", {false, std::nullopt}},
|
{"RVCONSTT", {false, std::nullopt}},
|
||||||
{"RVGI", {false, std::nullopt}},
|
{"RVGI", {false, std::nullopt}},
|
||||||
{"REFINE", {false, std::nullopt}},
|
{"REFINE", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user