BlackoilModelParameters: optionally instantiate for float

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

View File

@@ -224,4 +224,8 @@ void BlackoilModelParameters<Scalar>::registerParameters()
template struct BlackoilModelParameters<double>;
#if FLOW_INSTANTIATE_FLOAT
template struct BlackoilModelParameters<float>;
#endif
} // namespace Opm