WellGroupConstraints: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-04-12 13:11:09 +02:00
parent 66c445b36e
commit 6fa7f970f0

View File

@@ -205,4 +205,8 @@ checkGroupConstraints(WellState<Scalar>& well_state,
template class WellGroupConstraints<double>;
#if FLOW_INSTANTIATE_FLOAT
template class WellGroupConstraints<float>;
#endif
} // namespace Opm