remove some Opm:: qualifiers inside Opm namespace

This commit is contained in:
Arne Morten Kvarving
2021-05-18 08:35:47 +02:00
parent 5fa02055d4
commit 8c34172ef0
7 changed files with 23 additions and 24 deletions

View File

@@ -42,15 +42,14 @@ private:
using FluidSystem = GetPropType<BaseTypeTag, Properties::FluidSystem>;
public:
typedef Opm::BlackOilOnePhaseIndices<getPropValue<TypeTag, Properties::EnableSolvent>(),
using type = BlackOilOnePhaseIndices<getPropValue<TypeTag, Properties::EnableSolvent>(),
getPropValue<TypeTag, Properties::EnableExtbo>(),
getPropValue<TypeTag, Properties::EnablePolymer>(),
getPropValue<TypeTag, Properties::EnableEnergy>(),
getPropValue<TypeTag, Properties::EnableFoam>(),
getPropValue<TypeTag, Properties::EnableBrine>(),
/*PVOffset=*/0,
/*enebledCompIdx=*/FluidSystem::waterCompIdx>
type;
/*enabledCompIdx=*/FluidSystem::waterCompIdx>;
};
} // namespace Opm::Properties