avoid usage of property system macros

This commit is contained in:
Arne Morten Kvarving 2020-10-05 09:00:39 +02:00
parent f6569b6a4f
commit c888410a07

View File

@ -51,7 +51,7 @@ namespace Opm
{
template<class TypeTag>
class GasLiftRuntime {
typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator;
using Simulator = GetPropType<TypeTag, Properties::Simulator>;
using WellState = WellStateFullyImplicitBlackoil;
using StdWell = Opm::StandardWell<TypeTag>;
// TODO: same definition with WellInterface, and