Renamed cellindex to gridLocalCellIndex

This commit is contained in:
Jacob Støren
2014-08-22 08:01:31 +02:00
parent 03df28282c
commit 9e22c90a4a
8 changed files with 13 additions and 13 deletions

View File

@@ -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));