mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
Update UnsupportedFlowKeywords.cpp
Remove TEMPVD from the unsupported key list, as tested as working.
This commit is contained in:
parent
b784a6d78b
commit
65addddb06
@ -623,7 +623,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"TEMP", {false, std::nullopt}},
|
||||
{"TEMPNODE", {false, std::nullopt}},
|
||||
{"TEMPTVD", {false, std::nullopt}},
|
||||
{"TEMPVD", {false, std::nullopt}},
|
||||
{"TIGHTEN", {false, std::nullopt}},
|
||||
{"TIGHTENP", {false, std::nullopt}},
|
||||
{"TIME", {false, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user