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
commit 0aa3f51eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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