mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellConvergence: optionally instantiate for float
This commit is contained in:
@@ -162,4 +162,8 @@ checkConvergencePolyMW(const std::vector<Scalar>& res,
|
||||
|
||||
template class WellConvergence<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class WellConvergence<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user