WellConvergence: optionally instantiate for float

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

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
}