mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 12:06:54 -06:00
avoid usage of property system macros
This commit is contained in:
parent
f6569b6a4f
commit
c888410a07
@ -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