mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add explicit instantiation of cellZMinMax().
Otherwise one may have link problems on clang systems, the reason for this is not quite clear.
This commit is contained in:
parent
84a3be856a
commit
5979e34b9d
@ -2017,6 +2017,8 @@ namespace Details {
|
|||||||
using MatLaw = EclMaterialLawManager<ThreePhaseMaterialTraits<double,0,1,2>>;
|
using MatLaw = EclMaterialLawManager<ThreePhaseMaterialTraits<double,0,1,2>>;
|
||||||
template class PhaseSaturations<MatLaw,BlackOilFluidSystem<double>,
|
template class PhaseSaturations<MatLaw,BlackOilFluidSystem<double>,
|
||||||
EquilReg,size_t>;
|
EquilReg,size_t>;
|
||||||
|
|
||||||
|
template std::pair<double,double> cellZMinMax(const Dune::cpgrid::Entity<0>& element);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace EQUIL
|
} // namespace EQUIL
|
||||||
|
Loading…
Reference in New Issue
Block a user