mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3268 MSW Fracture Export: Add allFractures and allFishbones
This commit is contained in:
@@ -135,7 +135,7 @@ void RivWellPathPartMgr::appendStaticFracturePartsToModel(cvf::ModelBasicList*
|
||||
|
||||
if (!isWellPathWithinBoundingBox(wellPathClipBoundingBox)) return;
|
||||
|
||||
for (RimWellPathFracture* f : m_rimWellPath->fractureCollection()->fractures())
|
||||
for (RimWellPathFracture* f : m_rimWellPath->fractureCollection()->activeFractures())
|
||||
{
|
||||
CVF_ASSERT(f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user