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:
@@ -79,7 +79,7 @@ void RivNNCGeometryGenerator::computeArrays()
|
||||
std::vector<RigCell>* allCells = NULL;
|
||||
if (isVisibilityCalcActive)
|
||||
{
|
||||
allCells = &(m_grid->mainGrid()->cells());
|
||||
allCells = &(m_grid->mainGrid()->globalCellArray());
|
||||
}
|
||||
|
||||
#pragma omp parallel for ordered
|
||||
|
||||
Reference in New Issue
Block a user