mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Replace flowMain() function with FlowMain class.
This commit is contained in:
@@ -37,5 +37,6 @@ main(int argc, char** argv)
|
||||
typedef UnstructuredGrid Grid;
|
||||
typedef Opm::SimulatorFullyImplicitBlackoilMultiSegment<Grid> Simulator;
|
||||
|
||||
return Opm::flowMain<Grid, Simulator>(argc, argv);
|
||||
Opm::FlowMain<Grid, Simulator> mainfunc;
|
||||
return mainfunc.execute(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user