Update to shared_ptr-less parser interface.

This commit is contained in:
Jørgen Kvalsvik
2016-10-13 16:03:35 +02:00
parent 518c9849ff
commit 1057e6d3d0
58 changed files with 442 additions and 455 deletions

View File

@@ -181,7 +181,7 @@ namespace Opm
template <class Props, class State>
void initStateFromDeck(const UnstructuredGrid& grid,
const Props& props,
Opm::DeckConstPtr deck,
const Opm::Deck& deck,
const double gravity,
State& state);
@@ -196,7 +196,7 @@ namespace Opm
template <class Props, class State>
void initBlackoilStateFromDeck(const UnstructuredGrid& grid,
const Props& props,
Opm::DeckConstPtr deck,
const Opm::Deck& deck,
const double gravity,
State& state);
/// Initialize a blackoil state from input deck.
@@ -209,7 +209,7 @@ namespace Opm
CCI begin_cell_centroids,
int dimensions,
const Props& props,
Opm::DeckConstPtr deck,
const Opm::Deck& deck,
const double gravity,
State& state);
} // namespace Opm