LogOutputHelper: optionally instantiate for float

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

View File

@ -1000,4 +1000,9 @@ pressureUnitConvert_(Scalar& pav) const
template class LogOutputHelper<double>;
#if FLOW_INSTANTIATE_FLOAT
template class LogOutputHelper<float>;
#endif
} // namespace Opm