Skip to content

Commit

Permalink
Activate WPIMULT for Pyaction
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 4, 2024
1 parent 475f59b commit b44105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/input/eclipse/Schedule/Action/PyAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bool PyAction::valid_keyword(const std::string& keyword) {
"GCONINJE", "GCONPROD", "GCONSUMP","GRUPTREE",
"METRIC", "MULTX", "MULTX-", "MULTY", "MULTY-", "MULTZ", "MULTZ-",
"NEXT", "NEXTSTEP",
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST"
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WELSEGS", "WELSPECS", "WSEGVALV", "WPIMULT", "WTEST"
};
return pyaction_allowed_list.find(keyword) != pyaction_allowed_list.end();
}
Expand Down

0 comments on commit b44105e

Please sign in to comment.