mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed cellindex to gridLocalCellIndex
This commit is contained in:
@@ -41,7 +41,7 @@ RigCell::RigCell() :
|
||||
m_subGrid(NULL),
|
||||
m_hostGrid(NULL),
|
||||
m_isInvalid(false),
|
||||
m_cellIndex(cvf::UNDEFINED_SIZE_T),
|
||||
m_gridLocalCellIndex(cvf::UNDEFINED_SIZE_T),
|
||||
m_coarseningBoxIndex(cvf::UNDEFINED_SIZE_T)
|
||||
{
|
||||
memcpy(m_cornerIndices.data(), undefinedCornersArray, 8*sizeof(size_t));
|
||||
|
||||
Reference in New Issue
Block a user