MultisegmentWellGeneric: optionally instantiate for float

This commit is contained in:
Arne Morten Kvarving 2024-04-12 13:11:09 +02:00
parent 26bb0c3d85
commit 41e93ba730

View File

@ -200,4 +200,8 @@ MultisegmentWellGeneric<Scalar>::getSegmentDp(const int seg,
template class MultisegmentWellGeneric<double>;
#if FLOW_INSTANTIATE_FLOAT
template class MultisegmentWellGeneric<float>;
#endif
} // namespace Opm