BlackoilWellModelGuideRates: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent bdcccf187c
commit 571053a00f

View File

@ -604,4 +604,8 @@ guideRateUpdateIsNeeded(const int reportStepIdx) const
template class BlackoilWellModelGuideRates<double>;
#if FLOW_INSTANTIATE_FLOAT
template class BlackoilWellModelGuideRates<float>;
#endif
} // namespace Opm