make everything compile with the newly refactored EclipseWriter

the states needed to be removed from the call to writeInit()...
This commit is contained in:
Andreas Lauser
2014-04-02 17:06:20 +02:00
parent 1f8276b3d4
commit 8437051416

View File

@@ -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());
}