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