#1166 Added the reservoir part of the well allocation plot

This commit is contained in:
Jacob Støren
2017-02-03 15:51:42 +01:00
parent 426d42935f
commit 4a3ffb9238
2 changed files with 15 additions and 6 deletions

View File

@@ -65,7 +65,6 @@ public:
RigAccWellFlowCalculator(const std::vector< std::vector <cvf::Vec3d> >& pipeBranchesCLCoords,
const std::vector< std::vector <RigWellResultPoint> >& pipeBranchesCellIds);
const std::vector<double>& accumulatedTotalFlowPrConnection( size_t branchIdx);
const std::vector<double>& accumulatedTracerFlowPrConnection(const QString& tracerName, size_t branchIdx);
const std::vector<size_t>& connectionNumbersFromTop(size_t branchIdx);