SegmentState: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent 75e3254656
commit 2fa954b724

View File

@ -149,4 +149,8 @@ bool SegmentState<Scalar>::operator==(const SegmentState& rhs) const
template class SegmentState<double>;
#if FLOW_INSTANTIATE_FLOAT
template class SegmentState<float>;
#endif
} // namespace Opm