mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename BlackoilPolymerModule::initFromDeck to initFromState
no deck usage any longer
This commit is contained in:
parent
3f6a858856
commit
44a579a5f7
@ -36,7 +36,6 @@
|
|||||||
#include <opm/material/common/IntervalTabulated2DFunction.hpp>
|
#include <opm/material/common/IntervalTabulated2DFunction.hpp>
|
||||||
|
|
||||||
#if HAVE_ECL_INPUT
|
#if HAVE_ECL_INPUT
|
||||||
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
|
||||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Tables/PlyadsTable.hpp>
|
#include <opm/parser/eclipse/EclipseState/Tables/PlyadsTable.hpp>
|
||||||
#include <opm/parser/eclipse/EclipseState/Tables/PlymaxTable.hpp>
|
#include <opm/parser/eclipse/EclipseState/Tables/PlymaxTable.hpp>
|
||||||
@ -115,7 +114,7 @@ public:
|
|||||||
/*!
|
/*!
|
||||||
* \brief Initialize all internal data structures needed by the polymer module
|
* \brief Initialize all internal data structures needed by the polymer module
|
||||||
*/
|
*/
|
||||||
static void initFromDeck(const Opm::Deck& deck, const Opm::EclipseState& eclState)
|
static void initFromState(const Opm::EclipseState& eclState)
|
||||||
{
|
{
|
||||||
// some sanity checks: if polymers are enabled, the POLYMER keyword must be
|
// some sanity checks: if polymers are enabled, the POLYMER keyword must be
|
||||||
// present, if polymers are disabled the keyword must not be present.
|
// present, if polymers are disabled the keyword must not be present.
|
||||||
|
Loading…
Reference in New Issue
Block a user