GasLiftStage2: optionally instantiate for float

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

View File

@ -1150,4 +1150,8 @@ updateRates(const std::array<Scalar, 4>& delta)
template class GasLiftStage2<double>;
#if FLOW_INSTANTIATE_FLOAT
template class GasLiftStage2<float>;
#endif
} // namespace Opm