mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:21:56 -06:00
MultisegmentWellGeneric: optionally instantiate for float
This commit is contained in:
parent
26bb0c3d85
commit
41e93ba730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user