Changed order of arguments to match opm-output.

This commit is contained in:
Joakim Hove 2016-08-20 20:09:56 +02:00
parent c14b19c48b
commit 56a7775fee

View File

@ -345,10 +345,10 @@ namespace Opm
std::cout << "Skipping restart write in start of step " << timer.currentStepNum() << std::endl;
} else {
eclWriter_->writeTimeStep(timer.currentStepNum(),
substep,
timer.simulationTimeElapsed(),
simToSolution( state, phaseUsage_ ),
wellState.report(),
substep );
wellState.report());
}
}