mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 04:51:56 -06:00
Merge pull request #979 from andlaus/flow_ebos-fix-initial-output
FlowMainEbos: fix the output of the initial condition
This commit is contained in:
commit
5cf9cf5c65
@ -555,12 +555,8 @@ namespace Opm
|
|||||||
{
|
{
|
||||||
const EclipseGrid& inputGrid = eclState().getInputGrid();
|
const EclipseGrid& inputGrid = eclState().getInputGrid();
|
||||||
eclipse_writer_.reset(new EclipseWriter(eclState(), UgGridHelpers::createEclipseGrid( grid , inputGrid )));
|
eclipse_writer_.reset(new EclipseWriter(eclState(), UgGridHelpers::createEclipseGrid( grid , inputGrid )));
|
||||||
|
|
||||||
#warning TODO
|
|
||||||
#if 0
|
|
||||||
eclipse_writer_->writeInitial(geoprops_->simProps(grid),
|
eclipse_writer_->writeInitial(geoprops_->simProps(grid),
|
||||||
geoprops_->nonCartesianConnections());
|
geoprops_->nonCartesianConnections());
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user