mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed globalCell to reservoirCell etc.
This commit is contained in:
committed by
Magne Sjaastad
parent
6cdd9cfdc5
commit
3022a40204
@@ -152,7 +152,7 @@ public:
|
||||
RigActiveCellInfo* actCellInfo = rimCase->reservoirData()->activeCellInfo(porosityModelEnum);
|
||||
RigMainGrid* mainGrid = rimCase->reservoirData()->mainGrid();
|
||||
|
||||
size_t activeCellCount = actCellInfo->globalActiveCellCount();
|
||||
size_t activeCellCount = actCellInfo->reservoirActiveCellCount();
|
||||
size_t doubleValueCount = activeCellCount * 3;
|
||||
|
||||
socketStream << (quint64)activeCellCount;
|
||||
@@ -321,7 +321,7 @@ public:
|
||||
RigActiveCellInfo* actCellInfo = rimCase->reservoirData()->activeCellInfo(porosityModelEnum);
|
||||
RigMainGrid* mainGrid = rimCase->reservoirData()->mainGrid();
|
||||
|
||||
size_t activeCellCount = actCellInfo->globalActiveCellCount();
|
||||
size_t activeCellCount = actCellInfo->reservoirActiveCellCount();
|
||||
size_t doubleValueCount = activeCellCount * 3 * 8;
|
||||
|
||||
socketStream << (quint64)activeCellCount;
|
||||
|
||||
Reference in New Issue
Block a user