mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#707) Fixed regression regarding well pipe and well cells
Introduced in707e8c6and not quite fixed in179f0c9
This commit is contained in:
@@ -47,11 +47,11 @@ public:
|
||||
virtual ~RimEclipseWell();
|
||||
|
||||
void setReservoirView(RimEclipseView* ownerReservoirView);
|
||||
void setWellIndex(size_t val) { m_wellIndex = val; }
|
||||
|
||||
void setWellResults(RigSingleWellResultsData* wellResults) { m_wellResults = wellResults;}
|
||||
void setWellResults(RigSingleWellResultsData* wellResults, size_t resultWellIndex);
|
||||
RigSingleWellResultsData* wellResults() { return m_wellResults.p(); }
|
||||
|
||||
size_t resultWellIndex() { return m_resultWellIndex; }
|
||||
|
||||
bool isWellPipeVisible(size_t frameIndex);
|
||||
|
||||
bool calculateWellPipeVisibility(size_t frameIndex);
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
|
||||
private:
|
||||
cvf::ref<RigSingleWellResultsData> m_wellResults;
|
||||
size_t m_wellIndex;
|
||||
size_t m_resultWellIndex;
|
||||
|
||||
RimEclipseView* m_reservoirView;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user