Merge pull request #4516 from atgeirr/add-instantiation

Add explicit instantiation of cellZMinMax().
This commit is contained in:
Atgeirr Flø Rasmussen 2023-03-08 13:52:55 +01:00 committed by GitHub
commit a55f06bd32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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