mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-19 02:24:49 -05:00
ecl grid manager: adapt to slightly changed Dune::CpGrid API
This commit is contained in:
@@ -111,8 +111,7 @@ public:
|
||||
eclipseState_.reset(new Opm::EclipseState(deck_));
|
||||
|
||||
grid_ = GridPointer(new Grid());
|
||||
grid_->processEclipseFormat(deck_,
|
||||
/*zTolerance=*/0,
|
||||
grid_->processEclipseFormat(eclipseState_->getEclipseGrid(),
|
||||
/*isPeriodic=*/false,
|
||||
/*flipNormals=*/false,
|
||||
/*clipZ=*/false);
|
||||
|
||||
Reference in New Issue
Block a user