mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MultisegmentWellContribution: optionally instantiate for float
This commit is contained in:
parent
b507c75e75
commit
df0a9a4055
@ -137,5 +137,9 @@ void MultisegmentWellContribution<Scalar>::setCudaStream(cudaStream_t stream_)
|
|||||||
|
|
||||||
template class MultisegmentWellContribution<double>;
|
template class MultisegmentWellContribution<double>;
|
||||||
|
|
||||||
|
#if FLOW_INSTANTIATE_FLOAT
|
||||||
|
template class MultisegmentWellContribution<float>;
|
||||||
|
#endif
|
||||||
|
|
||||||
} //namespace Opm
|
} //namespace Opm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user