This commit is contained in:
Magne Sjaastad
2015-11-24 14:12:48 +01:00
parent e0b8f6e06b
commit 85ca555163
2 changed files with 7 additions and 7 deletions

View File

@@ -50,8 +50,8 @@ public:
cvf::Vec3st gridPointDimensions() { return m_gridPointDimensions; }
size_t cellCount() const { return cellCountI() * cellCountJ() * cellCountK(); }
RigCell& cell(size_t gridCellIndex);
const RigCell& cell(size_t gridCellIndex) const;
RigCell& cell(size_t gridLocalCellIndex);
const RigCell& cell(size_t gridLocalCellIndex) const;
size_t reservoirCellIndex(size_t gridLocalCellIndex) const;
void setIndexToStartOfCells(size_t indexToStartOfCells) { m_indexToStartOfCells = indexToStartOfCells; }