ALQState: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving
2024-08-19 13:09:42 +02:00
parent a9cd51669d
commit d1f08e454a
+4
View File
@@ -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
}