mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove do not set the SimulationParameter property anymore
this needs to merged before the SimulationParameter hack can be removed from eWoms. the patch will cause spurious deprecation warnings until then. (i.e., it is best to merge them together.)
This commit is contained in:
@@ -91,10 +91,6 @@ SET_BOOL_PROP(EclFlowProblem, UseVolumetricResidual, false);
|
|||||||
// SWATINIT is done by the flow part of flow_ebos. this can be removed once the legacy
|
// SWATINIT is done by the flow part of flow_ebos. this can be removed once the legacy
|
||||||
// code for fluid and satfunc handling gets fully retired.
|
// code for fluid and satfunc handling gets fully retired.
|
||||||
SET_BOOL_PROP(EclFlowProblem, EnableSwatinit, false);
|
SET_BOOL_PROP(EclFlowProblem, EnableSwatinit, false);
|
||||||
|
|
||||||
// Silence the deprecation warnings about the SimulatorParameter mechanism. This needs to
|
|
||||||
// be removed once the SimulatorParameter mechanism bites the dust!
|
|
||||||
SET_TYPE_PROP(EclFlowProblem, SimulatorParameter, Ewoms::EmptySimulationParameters);
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
|
|||||||
Reference in New Issue
Block a user