Try to fix: no type named EclMaterialLawManager

Try to fix jenkins build error: no type named EclMaterialLawManager
This commit is contained in:
Håkon Hægland 2022-09-20 22:09:04 +02:00
parent 90a3ae8940
commit a941ba49c0

View File

@ -85,8 +85,6 @@ class BlackOilIntensiveQuantities
using Indices = GetPropType<TypeTag, Properties::Indices>;
using GridView = GetPropType<TypeTag, Properties::GridView>;
using FluxModule = GetPropType<TypeTag, Properties::FluxModule>;
using EclMaterialLawManager = typename GetProp<TypeTag, Properties::MaterialLaw>::EclMaterialLawManager;
using MaterialLawParams = typename EclMaterialLawManager::MaterialLawParams;
enum { numEq = getPropValue<TypeTag, Properties::NumEq>() };
enum { enableSolvent = getPropValue<TypeTag, Properties::EnableSolvent>() };
@ -650,6 +648,7 @@ private:
friend BlackOilBrineIntensiveQuantities<TypeTag>;
friend BlackOilMICPIntensiveQuantities<TypeTag>;
template <class MaterialLawParams>
static void updateRelperms(
std::array<Evaluation,numPhases> &mobility,
DirectionalMobilityPtr &dirMob,