#3091 Completion export. Ensure WELSPEC appears after well fracture report (if enabled)

This commit is contained in:
Bjørn Erik Jensen
2018-08-29 14:16:20 +02:00
parent 6b2359cb39
commit 93d2a1c640
2 changed files with 47 additions and 39 deletions

View File

@@ -135,6 +135,10 @@ private:
static std::map<QString, std::vector<RigCompletionData>> subGridsCompletions(std::vector<RigCompletionData>& allCompletions);
static void exportWellPathFractureReport(RimEclipseCase* sourceCase,
QFilePtr exportFile,
const std::vector<RicWellPathFractureReportItem>& wellPathFractureReportItems);
static void exportWelspecsToFile(RimEclipseCase* gridCase,
QFilePtr exportFile,
const std::vector<RigCompletionData>& completions);
@@ -152,10 +156,7 @@ private:
static void exportCompdatAndWpimultTables(RimEclipseCase* sourceCase,
QFilePtr exportFile,
//const QString& folderName,
//const QString& fileName,
const std::map<QString, std::vector<RigCompletionData>>& completionsPerGrid,
const std::vector<RicWellPathFractureReportItem>& wellPathFractureReportItems,
RicExportCompletionDataSettingsUi::CompdatExportType exportType);
static void exportCompdatTableUsingFormatter(RifEclipseDataTableFormatter& formatter,