mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 01:11:58 -06:00
fixing test_relpermdiagnostics test
This commit is contained in:
parent
364187aa1a
commit
06ec3d2420
@ -71,12 +71,11 @@ BOOST_AUTO_TEST_CASE(diagnosis)
|
|||||||
EclipseState eclState(deck);
|
EclipseState eclState(deck);
|
||||||
typedef Dune::CpGrid Grid;
|
typedef Dune::CpGrid Grid;
|
||||||
Grid grid = Grid();
|
Grid grid = Grid();
|
||||||
grid.processEclipseFormat(&eclState.getInputGrid(),
|
grid.processEclipseFormat(&eclState,
|
||||||
/*isPeriodic=*/false,
|
&deck,
|
||||||
/*flipNormals=*/false,
|
/*isPeriodic=*/false,
|
||||||
/*clipZ=*/false,
|
/*flipNormals=*/false,
|
||||||
eclState.fieldProps().porv(true),
|
/*clipZ=*/false);
|
||||||
eclState.getInputNNC());
|
|
||||||
|
|
||||||
typedef Dune::CartesianIndexMapper<Grid> CartesianIndexMapper;
|
typedef Dune::CartesianIndexMapper<Grid> CartesianIndexMapper;
|
||||||
CartesianIndexMapper cartesianIndexMapper = CartesianIndexMapper(grid);
|
CartesianIndexMapper cartesianIndexMapper = CartesianIndexMapper(grid);
|
||||||
|
Loading…
Reference in New Issue
Block a user