mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WGState: optionally instantiate for float
This commit is contained in:
parent
781f978b31
commit
1514b466d8
@ -63,4 +63,8 @@ bool WGState<Scalar>::operator==(const WGState& rhs) const
|
||||
|
||||
template struct WGState<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template struct WGState<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user