rename initFromDeck to initFromState

no deck usage any longer
This commit is contained in:
Arne Morten Kvarving 2020-03-03 16:02:03 +01:00
parent cb2aaa3452
commit 19c2c4f981

View File

@ -96,8 +96,7 @@ public:
/*!
* \brief Initialize all internal data structures needed by the solvent module
*/
static void initFromDeck(const Opm::Deck& deck, const Opm::EclipseState& eclState,
const Schedule& schedule)
static void initFromState(const Opm::EclipseState& eclState, const Schedule& schedule)
{
// some sanity checks: if solvents are enabled, the SOLVENT keyword must be
// present, if solvents are disabled the keyword must not be present.