mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ParallelPAvgCalculator: optionally instantiate for float
This commit is contained in:
parent
86b3879806
commit
35b93eed14
@ -28,9 +28,7 @@
|
||||
#include <opm/input/eclipse/Schedule/Well/PAvgCalculator.hpp>
|
||||
#include <opm/input/eclipse/Schedule/Well/WellConnections.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <initializer_list>
|
||||
|
||||
template<class Scalar>
|
||||
Opm::ParallelPAvgCalculator<Scalar>::
|
||||
@ -59,3 +57,7 @@ collectGlobalContributions()
|
||||
}
|
||||
|
||||
template class Opm::ParallelPAvgCalculator<double>;
|
||||
|
||||
#if FLOW_INSTANTIATE_FLOAT
|
||||
template class Opm::ParallelPAvgCalculator<float>;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user