From db6481e63fdccf9456dc75de03b3da6b2fce96bc Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Wed, 14 Oct 2020 12:17:13 +0200 Subject: [PATCH] #6777 Remove incremental measured depths for COMPSEGS in MSW export --- .../RicWellPathExportMswCompletionsImpl.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp index 8d7f772dd1..755efe4294 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp @@ -510,12 +510,6 @@ void RicWellPathExportMswCompletionsImpl::generateCompsegTable( endLength = endMD; } - if ( exportInfo.lengthAndDepthText() == QString( "INC" ) && completion->branchNumber() != 1 ) - { - startLength -= startMD; - endLength -= startMD; - } - if ( exportSubGridIntersections ) { formatter.add( intersection->gridName() );