Renamed globalCellIndex to reservoirCellIndex

This commit is contained in:
Jacob Støren
2014-08-08 10:02:26 +02:00
committed by Magne Sjaastad
parent 0ea794a1a8
commit 37ef1cf71c
9 changed files with 35 additions and 35 deletions

View File

@@ -63,7 +63,7 @@ public:
const std::vector<RigConnection>& connections() const { return m_connections; };
private: // This section is possibly not needed
//const std::vector<size_t>& findConnectionIndices(size_t globalCellIndex, cvf::StructGridInterface::FaceType face) const;
//const std::vector<size_t>& findConnectionIndices(size_t reservoirCellIndex, cvf::StructGridInterface::FaceType face) const;
//typedef std::map<size_t, caf::FixedArray<std::vector<size_t>, 7 > > ConnectionSearchMap;
//ConnectionSearchMap m_cellIdxToFaceToConnectionIdxMap;