From dab73009e731a10e8627ff5fea8b650d6de45a07 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 16 Feb 2018 10:49:53 +0100 Subject: [PATCH] #2456 Non-Darcy Flow : Return the one and only (unmodified) completion --- .../RicWellPathExportCompletionDataFeatureImpl.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp index fee142dd2c..4e8e050ff2 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportCompletionDataFeatureImpl.cpp @@ -353,14 +353,7 @@ RigCompletionData if (firstCompletion.isNonDarcyFlow()) { - resultCompletion.setKh(firstCompletion.kh()); - resultCompletion.setDFactor(firstCompletion.dFactor()); - - resultCompletion.setCombinedValuesExplicitTrans(firstCompletion.transmissibility(), completionType); - - resultCompletion.m_metadata = firstCompletion.m_metadata; - - return resultCompletion; + return firstCompletion; } // completion type, skin factor, well bore diameter and cell direction are taken from (first) main bore,