mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #116 from andlaus/adapt_to_EclipseWriter_refactoring
make everything compile with the newly refactored EclipseWriter
This commit is contained in:
commit
b78413a63a
@ -200,7 +200,7 @@ try
|
||||
simtimer.setCurrentStepNum(reportStepIdx);
|
||||
|
||||
if (reportStepIdx == 0) {
|
||||
outputWriter.writeInit(simtimer, state, well_state.basicWellState());
|
||||
outputWriter.writeInit(simtimer);
|
||||
outputWriter.writeTimeStep(simtimer, state, well_state.basicWellState());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user