mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed invalid check
p4#: 20692
This commit is contained in:
@@ -129,8 +129,8 @@ void RigActiveCellInfo::computeDerivedData()
|
|||||||
|
|
||||||
for (size_t i = 0; i < m_activeInFractureModel.size(); i++)
|
for (size_t i = 0; i < m_activeInFractureModel.size(); i++)
|
||||||
{
|
{
|
||||||
if (activeIndexInMatrixModel(i)) m_globalMatrixModelActiveCellCount++;
|
if (isActiveInMatrixModel(i)) m_globalMatrixModelActiveCellCount++;
|
||||||
if (activeIndexInFractureModel(i)) m_globalFractureModelActiveCellCount++;
|
if (isActiveInFractureModel(i)) m_globalFractureModelActiveCellCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user