mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-13 17:05:59 -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++)
|
||||
{
|
||||
if (activeIndexInMatrixModel(i)) m_globalMatrixModelActiveCellCount++;
|
||||
if (activeIndexInFractureModel(i)) m_globalFractureModelActiveCellCount++;
|
||||
if (isActiveInMatrixModel(i)) m_globalMatrixModelActiveCellCount++;
|
||||
if (isActiveInFractureModel(i)) m_globalFractureModelActiveCellCount++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user