mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4516 from atgeirr/add-instantiation
Add explicit instantiation of cellZMinMax().
This commit is contained in:
commit
a55f06bd32
@ -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