Merge pull request #2677 from joakim-hove/actionx-enable-gconsump
Enable keywords as ACTIONX keywords
This commit is contained in:
commit
8b5475b98b
@ -39,9 +39,9 @@ bool ActionX::valid_keyword(const std::string& keyword) {
|
|||||||
static std::unordered_set<std::string> actionx_allowed_list = {
|
static std::unordered_set<std::string> actionx_allowed_list = {
|
||||||
"COMPLUMP",
|
"COMPLUMP",
|
||||||
"EXIT",
|
"EXIT",
|
||||||
"GCONINJE", "GCONPROD", "GLIFTOPT",
|
"GCONINJE", "GCONPROD", "GCONSUMP", "GLIFTOPT", "GRUPNET", "GRUPTARG", "GRUPTREE", "GSATINJE", "GSATPROD",
|
||||||
"UDQ",
|
"UDQ",
|
||||||
"WELSPECS","WELOPEN", "WELPI", "WPIMULT"
|
"WCONINJE", "WCONPROD", "WEFAC", "WELSPECS","WELOPEN", "WELPI", "WGRUPCON", "WPIMULT", "TEST"
|
||||||
};
|
};
|
||||||
return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());
|
return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user