mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2234 Fractures : Export only sim well fractures ticked on in project tree
This commit is contained in:
parent
71c1267ab6
commit
d9e29b91cb
@ -107,7 +107,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
|
||||
std::vector<RimFracture*> fractures;
|
||||
for (RimSimWellFracture* fracture : well->simwellFractureCollection->simwellFractures())
|
||||
{
|
||||
if (static_cast<size_t>(fracture->branchIndex()) == branchIndex)
|
||||
if (fracture->isChecked() && static_cast<size_t>(fracture->branchIndex()) == branchIndex)
|
||||
{
|
||||
fractures.push_back(fracture);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user