(#707) Renamed to make the use of resultWellIndex more clear

This commit is contained in:
Jacob Støren
2015-12-11 17:45:09 +01:00
parent d01367a932
commit 2a98f5b116
9 changed files with 39 additions and 37 deletions

View File

@@ -109,7 +109,7 @@ public:
bool hasVisibleWellPipes();
void sortWellsByName();
const std::vector<cvf::ubyte>& isWellPipesVisible(size_t frameIndex);
const std::vector<cvf::ubyte>& resultWellPipeVisibilities(size_t frameIndex);
void scheduleIsWellPipesVisibleRecalculation();
protected:
@@ -122,5 +122,5 @@ private:
RimEclipseView* m_reservoirView;
std::vector< std::vector< cvf::ubyte > >
m_isWellPipesVisible;
m_framesOfResultWellPipeVisibilities;
};