From 67aa41eeaeb1bf5215d2cc9d4b10944911964f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Thu, 30 Aug 2018 14:32:21 +0200 Subject: [PATCH] #3091 Completion export. Add e to col name --- .../RicWellPathExportCompletionDataFeatureImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp index 7bc474e129..e8c956a7a4 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp @@ -1055,7 +1055,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspecsToFile(RimEclipse RifEclipseOutputTableColumn("Grp"), RifEclipseOutputTableColumn("I"), RifEclipseOutputTableColumn("J"), - RifEclipseOutputTableColumn("RefDpth"), + RifEclipseOutputTableColumn("RefDepth"), RifEclipseOutputTableColumn("WellType") }; @@ -1111,7 +1111,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspeclToFile(RimEclipse RifEclipseOutputTableColumn("LGR"), RifEclipseOutputTableColumn("I"), RifEclipseOutputTableColumn("J"), - RifEclipseOutputTableColumn("RefDpth"), + RifEclipseOutputTableColumn("RefDepth"), RifEclipseOutputTableColumn("WellType") };