From 8480523c882a7aece2f462f9c32d321db2f44d1f Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 4 Mar 2020 15:42:15 +0100 Subject: [PATCH] rename BlackoilBrineModule::initFromDeck to BlackoilBrineModule::initFromState no longer any deck usage --- opm/models/blackoil/blackoilbrinemodules.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/models/blackoil/blackoilbrinemodules.hh b/opm/models/blackoil/blackoilbrinemodules.hh index 9ff07f749..496a30d36 100644 --- a/opm/models/blackoil/blackoilbrinemodules.hh +++ b/opm/models/blackoil/blackoilbrinemodules.hh @@ -91,7 +91,7 @@ public: /*! * \brief Initialize all internal data structures needed by the brine module */ - static void initFromDeck(const Opm::Deck& deck, const Opm::EclipseState& eclState) + static void initFromState(const Opm::EclipseState& eclState) { // some sanity checks: if brine are enabled, the BRINE keyword must be // present, if brine are disabled the keyword must not be present.