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:
Atgeirr Flø Rasmussen 2023-03-08 11:21:21 +01:00
parent 84a3be856a
commit 5979e34b9d

View File

@ -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