mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-25 08:41:00 -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>>;
|
||||
template class PhaseSaturations<MatLaw,BlackOilFluidSystem<double>,
|
||||
EquilReg,size_t>;
|
||||
|
||||
template std::pair<double,double> cellZMinMax(const Dune::cpgrid::Entity<0>& element);
|
||||
}
|
||||
|
||||
} // namespace EQUIL
|
||||
|
Loading…
Reference in New Issue
Block a user