mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
rename initFromDeck to initFromState
no deck usage any longer
This commit is contained in:
parent
cb2aaa3452
commit
19c2c4f981
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user