Merge pull request #116 from andlaus/adapt_to_EclipseWriter_refactoring

make everything compile with the newly refactored EclipseWriter
This commit is contained in:
Atgeirr Flø Rasmussen 2014-04-04 23:28:02 +02:00
commit b78413a63a

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