Removed unchecked calls to writeInit().

This commit is contained in:
Joakim Hove
2016-06-22 15:31:32 +02:00
parent 66103cd2a0
commit 791da336fe
3 changed files with 0 additions and 4 deletions

View File

@@ -143,8 +143,6 @@ BOOST_AUTO_TEST_CASE(EclipseWriteRestartWellInfo) {
const auto num_cells = eclipseState->getInputGrid()->getCartesianSize();
EclipseWriter eclipseWriter( eclipseState, num_cells, nullptr, NNC() );
eclipseWriter.writeInit();
int countTimeStep = eclipseState->getSchedule()->getTimeMap()->numTimesteps();
using ds = data::Solution::key;