Chase ParseMode -> ParseContext Renaming in Examples

This commit is contained in:
Bård Skaflestad
2016-03-17 10:34:59 +01:00
parent 98f2cec341
commit 3a7573370a
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ try
usageandexit();
}
// Initialize.
Opm::ParseMode parseMode;
Opm::ParseContext parseMode;
Opm::parameter::ParameterGroup param(argc, argv);
std::string gridfilename = param.get<std::string>("gridfilename");
Opm::ParserPtr parser(new Opm::Parser());