mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adjust to PAvgCalculatorCollection templating
This commit is contained in:
@@ -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_{};
|
||||
|
||||
Reference in New Issue
Block a user