Update to shared_ptr-less parser interface.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user