GasLiftStage2: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-19 13:28:13 +02:00
parent ef1ff30a97
commit bdcccf187c
+4
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