#3021 Fault Truncation : Allow contained fracture to propagate through inactive cells

This commit is contained in:
Magne Sjaastad 2018-06-07 16:49:46 +02:00
parent cb6657266a
commit 350d0bbee4

View File

@ -205,8 +205,6 @@ std::set<size_t> RimFractureContainmentTools::getCellsIntersectingFracturePlane(
for (const auto& globalCellIndex : indicesToPotentiallyFracturedCells)
{
if (activeCellInfo && !activeCellInfo->isActive(globalCellIndex)) continue;
std::array<cvf::Vec3d, 8> hexCorners;
mainGrid->cellCornerVertices(globalCellIndex, hexCorners.data());
std::vector<std::vector<cvf::Vec3d>> planeCellPolygons;