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
@@ -32,10 +32,10 @@ class RigActiveCellInfo : public cvf::Object
|
||||
public:
|
||||
RigActiveCellInfo();
|
||||
|
||||
void setGlobalCellCount(size_t globalCellCount);
|
||||
size_t globalCellCount() const;
|
||||
size_t globalActiveCellCount() const;
|
||||
size_t globalCellResultCount() const;
|
||||
void setReservoirCellCount(size_t globalCellCount);
|
||||
size_t reservoirCellCount() const;
|
||||
size_t reservoirActiveCellCount() const;
|
||||
size_t reservoirCellResultCount() const;
|
||||
bool isCoarseningActive() const;
|
||||
|
||||
bool isActive(size_t reservoirCellIndex) const;
|
||||
|
||||
Reference in New Issue
Block a user