Results from a case with Coarse cells is now finally ok.

p4#: 20344
This commit is contained in:
Jacob Støren
2013-02-01 15:33:21 +01:00
parent e9b3759263
commit 3c9ac23534
7 changed files with 89 additions and 40 deletions

View File

@@ -42,7 +42,8 @@ RigCell::RigCell() :
m_isWellCell(false),
m_activeIndexInMatrixModel(cvf::UNDEFINED_SIZE_T),
m_activeIndexInFractureModel(cvf::UNDEFINED_SIZE_T),
m_cellIndex(cvf::UNDEFINED_SIZE_T)
m_cellIndex(cvf::UNDEFINED_SIZE_T),
m_isInCoarseCell(false)
{
memcpy(m_cornerIndices.m_array, undefinedCornersArray, 8*sizeof(size_t));