WellFilterCake: optionally instantiate for float

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

View File

@ -142,4 +142,8 @@ updateInjFCMult(const WellInterfaceGeneric<Scalar>& well,
template class WellFilterCake<double>;
#if FLOW_INSTANTIATE_FLOAT
template class WellFilterCake<float>;
#endif
} // namespace Opm