mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3433 Fracture header : Simplify interface to ReportItems
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user