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:
@@ -190,7 +190,7 @@ std::vector<RimFishbonesMultipleSubs*> RimFishbonesCollection::activeFishbonesSu
|
||||
|
||||
if (isChecked())
|
||||
{
|
||||
for (const auto& f : fishbonesSubs())
|
||||
for (const auto& f : allFishbonesSubs())
|
||||
{
|
||||
if (f->isActive())
|
||||
{
|
||||
@@ -205,7 +205,7 @@ std::vector<RimFishbonesMultipleSubs*> RimFishbonesCollection::activeFishbonesSu
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RimFishbonesMultipleSubs*> RimFishbonesCollection::fishbonesSubs() const
|
||||
std::vector<RimFishbonesMultipleSubs*> RimFishbonesCollection::allFishbonesSubs() const
|
||||
{
|
||||
return m_fishbonesSubs.childObjects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user