mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2836 from akva2/avoid_macro
avoid usage of property system macro
This commit is contained in:
commit
0aa3f51eb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user