mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ParallelPAvgDynamicSourceData: optionally instantiate for float
This commit is contained in:
parent
1615719993
commit
86b3879806
@ -175,3 +175,7 @@ void Opm::ParallelPAvgDynamicSourceData<Scalar>::defineCommunication()
|
|||||||
}
|
}
|
||||||
|
|
||||||
template class Opm::ParallelPAvgDynamicSourceData<double>;
|
template class Opm::ParallelPAvgDynamicSourceData<double>;
|
||||||
|
|
||||||
|
#if FLOW_INSTANTIATE_FLOAT
|
||||||
|
template class Opm::ParallelPAvgDynamicSourceData<float>;
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user