Remove NEXTSTEP from Unsupported List

This commit is contained in:
OPMUSER 2021-12-10 13:44:39 +08:00
parent 81859b4268
commit 34652f2d5d

1
opm/simulators/utils/UnsupportedFlowKeywords.cpp Normal file → Executable file
View File

@ -400,7 +400,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"NETBALAN", {false, std::nullopt}}, {"NETBALAN", {false, std::nullopt}},
{"NETCOMPA", {false, std::nullopt}}, {"NETCOMPA", {false, std::nullopt}},
{"NEXT", {false, std::nullopt}}, {"NEXT", {false, std::nullopt}},
{"NEXTSTEP", {false, std::nullopt}},
{"NEXTSTPL", {false, std::nullopt}}, {"NEXTSTPL", {false, std::nullopt}},
{"NINENUM", {false, std::nullopt}}, {"NINENUM", {false, std::nullopt}},
{"NINEPOIN", {false, std::nullopt}}, {"NINEPOIN", {false, std::nullopt}},