mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changed order of arguments to match opm-output.
This commit is contained in:
parent
c14b19c48b
commit
56a7775fee
@ -345,10 +345,10 @@ namespace Opm
|
|||||||
std::cout << "Skipping restart write in start of step " << timer.currentStepNum() << std::endl;
|
std::cout << "Skipping restart write in start of step " << timer.currentStepNum() << std::endl;
|
||||||
} else {
|
} else {
|
||||||
eclWriter_->writeTimeStep(timer.currentStepNum(),
|
eclWriter_->writeTimeStep(timer.currentStepNum(),
|
||||||
|
substep,
|
||||||
timer.simulationTimeElapsed(),
|
timer.simulationTimeElapsed(),
|
||||||
simToSolution( state, phaseUsage_ ),
|
simToSolution( state, phaseUsage_ ),
|
||||||
wellState.report(),
|
wellState.report());
|
||||||
substep );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user