mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Time loop: Remove unused variable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user