Remove unnecessary EclipseState argument from run().

This commit is contained in:
Atgeirr Flø Rasmussen
2015-12-07 13:40:06 +01:00
parent e54f7ed2d7
commit ffc91bc35e
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ try
<< std::flush;
}
SimulatorReport fullReport = simulator.run(eclipseState, simtimer, state);
SimulatorReport fullReport = simulator.run(simtimer, state);
if( output_cout )
{