#3268 MSW export. Improved FractureCollection interface

This commit is contained in:
Bjørn Erik Jensen
2018-09-05 11:46:02 +02:00
committed by Magne Sjaastad
parent d0f6346376
commit ff976cff38
5 changed files with 29 additions and 11 deletions

View File

@@ -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())
{