mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Some refactor before #1203
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
||||
|
||||
|
||||
|
||||
std::vector<double> calculateFlowPrTracer(const std::vector<RigWellResultPoint> &branchCells, int clSegIdx) const;
|
||||
std::vector<double> calculateFlowPrTracer(const RigWellResultPoint& wellCell) const;
|
||||
|
||||
void sortTracers();
|
||||
void groupSmallContributions();
|
||||
@@ -116,6 +116,7 @@ private:
|
||||
RigEclCellIndexCalculator m_cellIndexCalculator;
|
||||
std::vector<QString> m_tracerNames;
|
||||
double m_smallContributionsThreshold;
|
||||
bool m_isProducer;
|
||||
|
||||
struct BranchFlow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user