added: enable WLIST in ACTIONX

This commit is contained in:
Arne Morten Kvarving
2023-10-04 17:52:56 +02:00
parent a18b799468
commit 54bdca66e1

View File

@@ -67,7 +67,7 @@ bool ActionX::valid_keyword(const std::string& keyword) {
"MULTX", "MULTX-", "MULTY", "MULTY-", "MULTZ", "MULTZ-",
"NEXT", "NEXTSTEP",
"UDQ",
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST", "WTMULT",
"WCONINJE", "WCONPROD", "WECON", "WEFAC", "WELOPEN", "WELPI", "WELTARG", "WGRUPCON", "WPIMULT", "WELSEGS", "WELSPECS", "WSEGVALV", "WTEST", "WTMULT", "WLIST",
"TEST"
};
return (actionx_allowed_list.find(keyword) != actionx_allowed_list.end());