From a56a93cb30356579fe16c7db2289d27c2fff29fc Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 13 Sep 2018 12:24:38 +0200 Subject: [PATCH] Completion Export Fracture Header : Use upper case --- .../RicWellPathFractureTextReportFeatureImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathFractureTextReportFeatureImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathFractureTextReportFeatureImpl.cpp index 6daaef9875..107a76e6e0 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathFractureTextReportFeatureImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathFractureTextReportFeatureImpl.cpp @@ -596,7 +596,7 @@ QString RicWellPathFractureTextReportFeatureImpl::createFractureCompletionSummar floatNumberColumn("Area"), floatNumberColumn("KfWf"), floatNumberColumn("Kf"), - floatNumberColumn("wf"), + floatNumberColumn("Wf"), floatNumberColumn("Xf"), floatNumberColumn("H"), floatNumberColumn("Km"),