Remove unused arguments from EclipseIO::writeTimestep()

This commit is contained in:
Joakim Hove
2019-06-14 14:38:25 +02:00
parent 6376e4dcc6
commit 5748d06914
7 changed files with 6 additions and 29 deletions

View File

@@ -158,10 +158,7 @@ BOOST_AUTO_TEST_CASE(test_RFT) {
2,
false,
step_time - start_time,
restart_value,
{},
{},
{});
restart_value);
}
verifyRFTFile("TESTRFT.RFT");
@@ -253,10 +250,7 @@ BOOST_AUTO_TEST_CASE(test_RFT2) {
step,
false,
step_time - start_time,
restart_value,
{},
{},
{});
restart_value);
}
verifyRFTFile2("TESTRFT.RFT");
}