Skip to content

Commit

Permalink
Add WELTARG
Browse files Browse the repository at this point in the history
  • Loading branch information
OPMUSER committed Dec 9, 2021
1 parent 8b46e3e commit f5e449d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/opm/parser/eclipse/EclipseState/Schedule/Action/ActionX.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ bool ActionX::valid_keyword(const std::string& keyword) {
"MULTX", "MULTX-", "MULTY", "MULTY-", "MULTZ", "MULTZ-",
"NEXSTEP",
"UDQ",
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST", "TEST"
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST",
"TEST"
};
return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());
}
Expand Down

0 comments on commit f5e449d

Please sign in to comment.