mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3268 MSW export. Improved FractureCollection interface
This commit is contained in:
committed by
Magne Sjaastad
parent
d0f6346376
commit
ff976cff38
@@ -67,7 +67,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
|
||||
|
||||
if (wellPath->fractureCollection()->isChecked())
|
||||
{
|
||||
for (auto& frac : wellPath->fractureCollection()->fractures)
|
||||
for (auto& frac : wellPath->fractureCollection()->fractures())
|
||||
{
|
||||
if (frac->isChecked())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user