GasLiftCommon: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent 4264e21135
commit 0b5a5e754c

View File

@ -105,4 +105,8 @@ logMessage_(const std::string& prefix,
template class GasLiftCommon<double>;
#if FLOW_INSTANTIATE_FLOAT
template class GasLiftCommon<float>;
#endif
} // namespace Opm