mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-27 05:27:10 -05:00
Chase ParseMode -> ParseContext Renaming in Examples
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user