mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -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()
|
||||
: Setup()
|
||||
, grid (Setup::deck)
|
||||
, props(Setup::deck, *grid.c_grid(), Setup::param,
|
||||
Setup::param.getDefault("init_rock", false))
|
||||
, grid (deck)
|
||||
, props(deck, *grid.c_grid(), param,
|
||||
param.getDefault("init_rock", false))
|
||||
{
|
||||
}
|
||||
|
||||
using Setup::param;
|
||||
using Setup::deck;
|
||||
|
||||
Opm::GridManager grid;
|
||||
Opm::BlackoilPropertiesFromDeck props;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user