adjust to PAvgCalculatorCollection templating

This commit is contained in:
Arne Morten Kvarving
2024-04-11 10:21:02 +02:00
parent 0481c7c0b2
commit b9ad890ea5

View File

@@ -326,7 +326,7 @@ private:
/// Collection of WBPn calculation objects. One object for each well on
/// rank.
PAvgCalculatorCollection calculators_{};
PAvgCalculatorCollection<double> calculators_{};
/// Source term objects for each well on rank.
std::vector<SourceData> wellConnSrc_{};