remove unused typedefs
they cause conflicts with templates in Opm namespace.
This commit is contained in:
parent
7241acabac
commit
9e8d48f1d2
@ -85,8 +85,6 @@ template <class Scalar, bool enableThermal = true>
|
||||
class GasPvtMultiplexer
|
||||
{
|
||||
public:
|
||||
typedef Opm::GasPvtThermal<Scalar> GasPvtThermal;
|
||||
|
||||
GasPvtMultiplexer()
|
||||
{
|
||||
gasPvtApproach_ = GasPvtApproach::NoGasPvt;
|
||||
|
@ -95,8 +95,6 @@ template <class Scalar, bool enableThermal = true>
|
||||
class OilPvtMultiplexer
|
||||
{
|
||||
public:
|
||||
typedef Opm::OilPvtThermal<Scalar> OilPvtThermal;
|
||||
|
||||
OilPvtMultiplexer()
|
||||
{
|
||||
approach_ = OilPvtApproach::NoOilPvt;
|
||||
|
@ -74,8 +74,6 @@ template <class Scalar, bool enableThermal = true, bool enableBrine = true>
|
||||
class WaterPvtMultiplexer
|
||||
{
|
||||
public:
|
||||
typedef Opm::WaterPvtThermal<Scalar> WaterPvtThermal;
|
||||
|
||||
WaterPvtMultiplexer()
|
||||
{
|
||||
approach_ = WaterPvtApproach::NoWaterPvt;
|
||||
|
Loading…
Reference in New Issue
Block a user