mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Try to fix: no type named EclMaterialLawManager
Try to fix jenkins build error: no type named EclMaterialLawManager
This commit is contained in:
parent
90a3ae8940
commit
a941ba49c0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user