mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1951 from stefoss23/add_kewwords_1
WIP: added keywords beginning w/ a.
This commit is contained in:
commit
8f2997fde6
@ -82,9 +82,20 @@ namespace MissingFeatures {
|
|||||||
std::unordered_set<std::string> unsupported_keywords = {
|
std::unordered_set<std::string> unsupported_keywords = {
|
||||||
"ACTION",
|
"ACTION",
|
||||||
"ACTIONG",
|
"ACTIONG",
|
||||||
|
"ACTIONR",
|
||||||
|
"ACTIONW",
|
||||||
"ACTIONX",
|
"ACTIONX",
|
||||||
|
"ACTPARAM",
|
||||||
"ADSALNOD",
|
"ADSALNOD",
|
||||||
|
"ADDZCORN",
|
||||||
|
"AITSOFF",
|
||||||
|
"ALKADS",
|
||||||
|
"ALKALINE",
|
||||||
|
"ALKROCK",
|
||||||
"API",
|
"API",
|
||||||
|
"ALPOLADS",
|
||||||
|
"ALSURFAD",
|
||||||
|
"ALSURFST",
|
||||||
"APIGROUP",
|
"APIGROUP",
|
||||||
"AQUCON",
|
"AQUCON",
|
||||||
"AQUNUM",
|
"AQUNUM",
|
||||||
|
Loading…
Reference in New Issue
Block a user