mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Expose 'param' and 'deck' in TestFixture.
This commit is contained in:
parent
a1ca968991
commit
667cae6d84
@ -57,12 +57,15 @@ struct TestFixture : public Setup
|
|||||||
{
|
{
|
||||||
TestFixture()
|
TestFixture()
|
||||||
: Setup()
|
: Setup()
|
||||||
, grid (Setup::deck)
|
, grid (deck)
|
||||||
, props(Setup::deck, *grid.c_grid(), Setup::param,
|
, props(deck, *grid.c_grid(), param,
|
||||||
Setup::param.getDefault("init_rock", false))
|
param.getDefault("init_rock", false))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using Setup::param;
|
||||||
|
using Setup::deck;
|
||||||
|
|
||||||
Opm::GridManager grid;
|
Opm::GridManager grid;
|
||||||
Opm::BlackoilPropertiesFromDeck props;
|
Opm::BlackoilPropertiesFromDeck props;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user