Merge pull request #1974 from joakim-hove/missing-features-Z

Some missing features on Z and W
This commit is contained in:
Joakim Hove
2019-08-15 14:30:15 +02:00
committed by GitHub
+12 -1
View File
@@ -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");