Merge pull request #2717 from OPMUSER/master

Add WECON to Allowed ACTIONX Keywords
This commit is contained in:
Joakim Hove 2021-09-28 11:57:26 +02:00 committed by GitHub
commit 1db095c69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ bool ActionX::valid_keyword(const std::string& keyword) {
"EXIT",
"GCONINJE", "GCONPROD", "GCONSUMP", "GLIFTOPT", "GRUPNET", "GRUPTARG", "GRUPTREE", "GSATINJE", "GSATPROD",
"UDQ",
"WCONINJE", "WCONPROD", "WEFAC", "WELSPECS","WELOPEN", "WELPI", "WGRUPCON", "WPIMULT", "TEST"
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELSPECS","WELOPEN", "WELPI", "WGRUPCON", "WPIMULT", "TEST"
};
return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());
}