adapt to the "mutable geology" changes from opm-autodiff

This commit is contained in:
Andreas Lauser
2015-11-26 12:20:15 +01:00
parent a822151082
commit e0a1abba09
6 changed files with 6 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ try
std::cout << "\n\n================ Starting main simulation loop ===============\n"
<< std::flush;
SimulatorReport fullReport = simulator.run(simtimer, state);
SimulatorReport fullReport = simulator.run(eclipseState, simtimer, state);
std::cout << "\n\n================ End of simulation ===============\n\n";
fullReport.report(std::cout);