From 52b02a60567b334123ad9a7da498add16065ffd4 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 3 Dec 2018 08:57:28 +0100 Subject: [PATCH] Whitespace --- ...WellPathExportCompletionDataFeatureImpl.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp index 475dd6c08e..bbc6679d36 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp @@ -807,7 +807,8 @@ void RicWellPathExportCompletionDataFeatureImpl::generateCompsegTables(RifEclips */ { - std::set fishbonesTypes = {RigCompletionData::FISHBONES_ICD, RigCompletionData::FISHBONES}; + std::set fishbonesTypes = {RigCompletionData::FISHBONES_ICD, + RigCompletionData::FISHBONES}; generateCompsegTable(formatter, exportInfo, false, fishbonesTypes); if (exportInfo.hasSubGridIntersections()) { @@ -825,8 +826,8 @@ void RicWellPathExportCompletionDataFeatureImpl::generateCompsegTables(RifEclips } { - std::set perforationTypes = - {RigCompletionData::PERFORATION, RigCompletionData::PERFORATION_ICD}; + std::set perforationTypes = {RigCompletionData::PERFORATION, + RigCompletionData::PERFORATION_ICD}; generateCompsegTable(formatter, exportInfo, false, perforationTypes); if (exportInfo.hasSubGridIntersections()) { @@ -967,7 +968,6 @@ void RicWellPathExportCompletionDataFeatureImpl::generateCompsegHeader(RifEclips void RicWellPathExportCompletionDataFeatureImpl::generateWsegvalvTable(RifEclipseDataTableFormatter& formatter, const RicMswExportInfo& exportInfo) { - bool foundValve = false; for (const RicMswSegment& location : exportInfo.wellSegmentLocations()) @@ -2054,12 +2054,12 @@ RicMswExportInfo RicWellPathExportCompletionDataFeatureImpl::generatePerforation size_t i = 0u, j = 0u, k = 0u; localGrid->ijkFromCellIndex(localGridIdx, &i, &j, &k); - QString label = QString("Main stem segment %1").arg(++mainBoreSegment); - + QString label = QString("Main stem segment %1").arg(++mainBoreSegment); + RicMswSegment location(label, cellIntInfo.startMD, cellIntInfo.endMD, startTVD, endTVD); - - int nICDs = 0, nICVs = 0; - double totalIcdArea = 0.0; + + int nICDs = 0, nICVs = 0; + double totalIcdArea = 0.0; RiaWeightedMeanCalculator coeffMeanCalc; for (const RimPerforationInterval* interval : perforationIntervals)