Merge pull request #1299 from andlaus/remove_SimulationParameter

do not set the SimulationParameter property anymore
This commit is contained in:
Atgeirr Flø Rasmussen 2017-10-12 10:47:03 +02:00 committed by GitHub
commit 91cac266b4

View File

@ -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 {