WellConvergence: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-19 13:44:35 +02:00
parent 7105fb8601
commit bee3dea736
+4
View File
@@ -162,4 +162,8 @@ checkConvergencePolyMW(const std::vector<Scalar>& res,
template class WellConvergence<double>;
#if FLOW_INSTANTIATE_FLOAT
template class WellConvergence<float>;
#endif
}