remove unused typedefs

they cause conflicts with templates in Opm namespace.
This commit is contained in:
Arne Morten Kvarving 2021-05-05 21:53:12 +02:00
parent 7241acabac
commit 9e8d48f1d2
3 changed files with 0 additions and 6 deletions

View File

@ -85,8 +85,6 @@ template <class Scalar, bool enableThermal = true>
class GasPvtMultiplexer
{
public:
typedef Opm::GasPvtThermal<Scalar> GasPvtThermal;
GasPvtMultiplexer()
{
gasPvtApproach_ = GasPvtApproach::NoGasPvt;

View File

@ -95,8 +95,6 @@ template <class Scalar, bool enableThermal = true>
class OilPvtMultiplexer
{
public:
typedef Opm::OilPvtThermal<Scalar> OilPvtThermal;
OilPvtMultiplexer()
{
approach_ = OilPvtApproach::NoOilPvt;

View File

@ -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;