#1743 Use well name for completion export for fractures as well

This commit is contained in:
Bjørnar Grip Fjær 2017-08-08 14:11:05 +02:00
parent 2d9f48d715
commit 6c5f974d8e

View File

@ -31,6 +31,7 @@
#include "RimSimWellFractureCollection.h"
#include "RimStimPlanFractureTemplate.h"
#include "RimSimWellFracture.h"
#include "RimWellPathCompletions.h"
#include "RigEclipseCaseData.h"
#include "RigTransmissibilityCondenser.h"
@ -59,7 +60,7 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateCompdat
wellPath->descendantsIncludingThisOfType(fracturesAlongWellPath);
return generateCompdatValues(caseToApply,
wellPath->name(),
wellPath->completions()->wellNameForExport(),
wellPath->wellPathGeometry(),
fracturesAlongWellPath,
outputStreamForIntermediateResultsText);