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

@@ -290,9 +290,10 @@ BOOST_AUTO_TEST_CASE(EclipseWriterIntegration)
for( int i = 0; i < 5; ++i ) {
eclWriter.writeTimeStep( i,
false,
first_step - start_time,
createBlackoilState( i, 3 * 3 * 3 ),
wells, false);
wells);
checkRestartFile( i );