mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
SingleWellState: optionally instantiate for float
This commit is contained in:
parent
8ddd898666
commit
5b4c40c922
@ -360,4 +360,8 @@ bool SingleWellState<Scalar>::operator==(const SingleWellState& rhs) const
|
||||
|
||||
template class SingleWellState<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class SingleWellState<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user