PerfData: optionally instantiate for float

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

View File

@ -157,4 +157,8 @@ bool PerfData<Scalar>::operator==(const PerfData& rhs) const
template class PerfData<double>; template class PerfData<double>;
#if FLOW_INSTANTIATE_FLOAT
template class PerfData<float>;
#endif
} // namespace Opm } // namespace Opm