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:
@@ -120,7 +120,7 @@ double RimWellPathFractureCollection::manualReferenceMD() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RimWellPathFracture*> RimWellPathFractureCollection::fractures() const
|
||||
std::vector<RimWellPathFracture*> RimWellPathFractureCollection::allFractures() const
|
||||
{
|
||||
return m_fractures.childObjects();
|
||||
}
|
||||
@@ -134,7 +134,7 @@ std::vector<RimWellPathFracture*> RimWellPathFractureCollection::activeFractures
|
||||
|
||||
if (isChecked())
|
||||
{
|
||||
for (const auto& f : fractures())
|
||||
for (const auto& f : allFractures())
|
||||
{
|
||||
if (f->isChecked())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user