Removed the m_isWellCell member from RigCell, to make the grid data completely independent of case / result data

p4#: 20859
This commit is contained in:
Jacob Støren
2013-03-12 10:03:25 +01:00
parent 94065f29ed
commit 9ab0a397ef
5 changed files with 41 additions and 49 deletions

View File

@@ -41,7 +41,6 @@ RigCell::RigCell() :
m_subGrid(NULL),
m_hostGrid(NULL),
m_isInvalid(false),
m_isWellCell(false),
m_cellIndex(cvf::UNDEFINED_SIZE_T),
m_isInCoarseCell(false)
{