rename BlackoilBrineModule::initFromDeck to BlackoilBrineModule::initFromState

no longer any deck usage
This commit is contained in:
Arne Morten Kvarving 2020-03-04 15:42:15 +01:00
parent a991da41a3
commit 8480523c88

View File

@ -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.