mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-27 18:16:26 -06:00
ALQState: optionally instantiate for float
This commit is contained in:
parent
a9cd51669d
commit
d1f08e454a
@ -180,4 +180,8 @@ bool ALQState<Scalar>::operator==(const ALQState& rhs) const
|
||||
|
||||
template class ALQState<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class ALQState<float>;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user