mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fracture Containment : Simplify logic
This commit is contained in:
parent
6fc0196e84
commit
d40f36e574
@ -100,11 +100,7 @@ bool RimFractureContainment::isEclipseCellOpenForFlow(const RigMainGrid* ma
|
||||
|
||||
if (m_truncateAtFaults())
|
||||
{
|
||||
if (reservoirCellIndicesOpenForFlow.count(globalCellIndex) > 0)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
if (reservoirCellIndicesOpenForFlow.count(globalCellIndex) == 0)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user