Update UnsupportedFlowKeywords.cpp

Remove TEMPVD from the unsupported key list, as tested as working.
This commit is contained in:
OPMUSER 2022-07-08 18:20:18 +08:00
parent b784a6d78b
commit 65addddb06

View File

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