Some refactor before #1203

This commit is contained in:
Jacob Støren
2017-03-09 17:04:43 +01:00
parent 5d0df1c86f
commit 8b3029c3a3
2 changed files with 18 additions and 13 deletions

View File

@@ -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
{