cleanup of unused code.

This commit is contained in:
Robert K 2015-01-09 16:27:37 +01:00
parent f11d1758c1
commit 6b4a63787d

View File

@ -367,8 +367,6 @@ namespace Opm
// \Note: The report steps are met in any case
// \Note: The sub stepping will require a copy of the state variables
if( adaptiveTimeStepping ) {
//adaptiveTimeStepping->step( solver, state, well_state,
// timer.simulationTimeElapsed(), timer.currentStepLength() );
adaptiveTimeStepping->step( timer, solver, state, well_state, output_writer_ );
}
else {