mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3038 Fracture Completion Summary : Add flag to export dialog
This commit is contained in:
@@ -165,11 +165,17 @@ void RicWellPathExportCompletionDataFeatureImpl::exportCompletions(const std::ve
|
||||
|
||||
if (exportSettings.includeFractures())
|
||||
{
|
||||
std::vector<RicWellPathFractureReportItem>* reportItems = nullptr;
|
||||
if (exportSettings.includeFracturesSummaryHeader())
|
||||
{
|
||||
reportItems = &fractureDataReportItems;
|
||||
}
|
||||
|
||||
std::vector<RigCompletionData> fractureCompletionData =
|
||||
RicExportFractureCompletionsImpl::generateCompdatValuesForWellPath(
|
||||
wellPath,
|
||||
exportSettings.caseToApply(),
|
||||
&fractureDataReportItems,
|
||||
reportItems,
|
||||
fractureTransmissibilityExportInformationStream.get());
|
||||
|
||||
appendCompletionData(&completionsPerEclipseCellAllCompletionTypes, fractureCompletionData);
|
||||
|
||||
Reference in New Issue
Block a user