mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Merge pull request #1974 from joakim-hove/missing-features-Z
Some missing features on Z and W
This commit is contained in:
@@ -221,8 +221,16 @@ namespace MissingFeatures {
|
||||
"TRACERS",
|
||||
"VAPPARS",
|
||||
"VISCREF",
|
||||
"WAGHYSTR",
|
||||
"WAITBAL",
|
||||
"WALKALIN",
|
||||
"WALQCALC",
|
||||
"WAPI",
|
||||
"WARN",
|
||||
"WATVISCT",
|
||||
"WBHGLR",
|
||||
"WBOREVOL",
|
||||
"WCALCVAL",
|
||||
"WELPI",
|
||||
"WELSPECL",
|
||||
"WGASPROD",
|
||||
@@ -233,7 +241,10 @@ namespace MissingFeatures {
|
||||
"WPITAB",
|
||||
"WTEMP",
|
||||
"WTRACER",
|
||||
"ZIPPY2" };
|
||||
"ZIPPY2",
|
||||
"ZIPP2OFF"};
|
||||
|
||||
|
||||
std::multimap<std::string, PartiallySupported<std::string> > string_options;
|
||||
std::multimap<std::string, PartiallySupported<int> > int_options;
|
||||
addSupported<ParserKeywords::COMPORD, ParserKeywords::COMPORD::ORDER_TYPE, std::string>(string_options , "INPUT");
|
||||
|
||||
Reference in New Issue
Block a user