mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
following interface change for processEcipseFormat
This commit is contained in:
@@ -71,8 +71,8 @@ BOOST_AUTO_TEST_CASE(diagnosis)
|
||||
EclipseState eclState(deck);
|
||||
typedef Dune::CpGrid Grid;
|
||||
Grid grid = Grid();
|
||||
grid.processEclipseFormat(&eclState,
|
||||
&deck,
|
||||
grid.processEclipseFormat(&eclState.getInputGrid(),
|
||||
&eclState,
|
||||
/*isPeriodic=*/false,
|
||||
/*flipNormals=*/false,
|
||||
/*clipZ=*/false);
|
||||
|
||||
Reference in New Issue
Block a user