mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-04 13:36:57 -06:00
Merge pull request #1299 from andlaus/remove_SimulationParameter
do not set the SimulationParameter property anymore
This commit is contained in:
commit
91cac266b4
@ -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
|
||||
// code for fluid and satfunc handling gets fully retired.
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user