From c888410a07dc3509a080a35325075c09a9e23701 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 5 Oct 2020 09:00:39 +0200 Subject: [PATCH] avoid usage of property system macros --- opm/simulators/wells/GasLiftRuntime.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/wells/GasLiftRuntime.hpp b/opm/simulators/wells/GasLiftRuntime.hpp index 81ab0d97a..0ac23478d 100644 --- a/opm/simulators/wells/GasLiftRuntime.hpp +++ b/opm/simulators/wells/GasLiftRuntime.hpp @@ -51,7 +51,7 @@ namespace Opm { template class GasLiftRuntime { - typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator; + using Simulator = GetPropType; using WellState = WellStateFullyImplicitBlackoil; using StdWell = Opm::StandardWell; // TODO: same definition with WellInterface, and