#3433 Fracture header : Simplify interface to ReportItems

This commit is contained in:
Magne Sjaastad
2018-10-04 15:02:15 +02:00
parent f23fa64235
commit 927e65cb44
4 changed files with 32 additions and 30 deletions

View File

@@ -1176,7 +1176,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWellPathFractureReport(
{
for (const auto& reportItem : wellPathFractureReportItems)
{
if (reportItem.wellPathName() == wellPath->name())
if (reportItem.wellPathNameForExport() == wellPath->completions()->wellNameForExport())
{
wellPathsSet.insert(wellPath);
}