mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-16 18:34:54 -06:00
Fixed invalid check
p4#: 20692
This commit is contained in:
parent
5ed0e5a725
commit
42f3f0b2d2
@ -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++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user