mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -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);
|
||||
typedef Dune::CpGrid Grid;
|
||||
Grid grid = Grid();
|
||||
grid.processEclipseFormat(&eclState.getInputGrid(),
|
||||
/*isPeriodic=*/false,
|
||||
/*flipNormals=*/false,
|
||||
/*clipZ=*/false,
|
||||
eclState.fieldProps().porv(true),
|
||||
eclState.getInputNNC());
|
||||
grid.processEclipseFormat(&eclState,
|
||||
&deck,
|
||||
/*isPeriodic=*/false,
|
||||
/*flipNormals=*/false,
|
||||
/*clipZ=*/false);
|
||||
|
||||
typedef Dune::CartesianIndexMapper<Grid> CartesianIndexMapper;
|
||||
CartesianIndexMapper cartesianIndexMapper = CartesianIndexMapper(grid);
|
||||
|
Loading…
Reference in New Issue
Block a user