Merge pull request #979 from andlaus/flow_ebos-fix-initial-output

FlowMainEbos: fix the output of the initial condition
This commit is contained in:
Tor Harald Sandve 2016-12-15 12:26:23 +01:00 committed by GitHub
commit 5cf9cf5c65

View File

@ -555,12 +555,8 @@ namespace Opm
{
const EclipseGrid& inputGrid = eclState().getInputGrid();
eclipse_writer_.reset(new EclipseWriter(eclState(), UgGridHelpers::createEclipseGrid( grid , inputGrid )));
#warning TODO
#if 0
eclipse_writer_->writeInitial(geoprops_->simProps(grid),
geoprops_->nonCartesianConnections());
#endif
}
}