mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:11:55 -06:00
BlackoilWellModelGuideRates: optionally instantiate for float
This commit is contained in:
parent
bdcccf187c
commit
571053a00f
@ -604,4 +604,8 @@ guideRateUpdateIsNeeded(const int reportStepIdx) const
|
||||
|
||||
template class BlackoilWellModelGuideRates<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class BlackoilWellModelGuideRates<float>;
|
||||
#endif
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user