mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user