Merge pull request #2836 from akva2/avoid_macro

avoid usage of property system macro
This commit is contained in:
Atgeirr Flø Rasmussen
2020-10-05 09:54:53 +02:00
committed by GitHub

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