From ae3842fa8067664271d8ea8a97a433097bb1a92a Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 11 Oct 2017 16:01:55 +0200 Subject: [PATCH] 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.) --- opm/autodiff/BlackoilModelEbos.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm/autodiff/BlackoilModelEbos.hpp b/opm/autodiff/BlackoilModelEbos.hpp index a30770def..ac8d94630 100644 --- a/opm/autodiff/BlackoilModelEbos.hpp +++ b/opm/autodiff/BlackoilModelEbos.hpp @@ -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 {