Time loop: Remove unused variable

This commit is contained in:
Bård Skaflestad
2014-06-25 14:09:28 +02:00
parent 5f7adfa341
commit 252fdc3720

View File

@@ -284,7 +284,6 @@ namespace Opm
{
// Run solver.
solver_timer.start();
std::vector<double> initial_pressure = state.pressure();
solver_.step(timer.currentStepLength(), state, well_state);
// Stop timer and report.