mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
#1743 Use well name for completion export for fractures as well
This commit is contained in:
parent
2d9f48d715
commit
6c5f974d8e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user