mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename from cells to globalCellArray
This commit is contained in:
@@ -450,7 +450,7 @@ void RigCaseData::computeActiveCellsGeometryBoundingBox()
|
||||
{
|
||||
if (activeInfos[acIdx]->isActive(i))
|
||||
{
|
||||
const RigCell& c = m_mainGrid->cells()[i];
|
||||
const RigCell& c = m_mainGrid->globalCellArray()[i];
|
||||
const caf::SizeTArray8& indices = c.cornerIndices();
|
||||
|
||||
size_t idx;
|
||||
|
||||
Reference in New Issue
Block a user