shared_ptr<EclipseGrid> -> const EclipseGrid&

This commit is contained in:
Joakim Hove
2016-08-31 19:39:39 +02:00
parent 5f1bcb2a59
commit 10d76d5bb1
11 changed files with 21 additions and 21 deletions

View File

@@ -71,7 +71,7 @@ struct TestFixture : public Setup
{
TestFixture()
: Setup()
, grid (eclState->getInputGrid())
, grid (*eclState->getInputGrid())
, ad_props(deck, eclState, *grid.c_grid(), param.getDefault("init_rock", false))
{
}