Moved argument 'sub_step' to 2. in argument list.

This commit is contained in:
Joakim Hove
2016-08-20 18:50:43 +02:00
parent 667307f417
commit 4bfacb144d
6 changed files with 12 additions and 8 deletions

View File

@@ -159,9 +159,10 @@ BOOST_AUTO_TEST_CASE(EclipseWriteRestartWellInfo) {
for(int timestep = 0; timestep <= countTimeStep; ++timestep){
eclipseWriter.writeTimeStep( timestep,
false,
timestep,
solution,
wells, false);
wells );
}
verifyWellState(eclipse_restart_filename, eclipseState->getInputGrid(), eclipseState->getSchedule());