From 2bad8e89ce6f9597a527767d05ba6aecb86370be Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 2 Oct 2024 09:35:21 +0200 Subject: [PATCH] #11737 Set Unknown as the default type for CONFAC RFT segment results are accessed using a category, either Annulus, Device, Tubing or Unknown. Set the category for CONFAC to Unknown. --- .../WellLogCommands/RicNewRftSegmentWellLogPlotFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/Commands/WellLogCommands/RicNewRftSegmentWellLogPlotFeature.cpp b/ApplicationLibCode/Commands/WellLogCommands/RicNewRftSegmentWellLogPlotFeature.cpp index a63a82e1ce..44088e39f7 100644 --- a/ApplicationLibCode/Commands/WellLogCommands/RicNewRftSegmentWellLogPlotFeature.cpp +++ b/ApplicationLibCode/Commands/WellLogCommands/RicNewRftSegmentWellLogPlotFeature.cpp @@ -261,7 +261,7 @@ void RicNewRftSegmentWellLogPlotFeature::appendConnectionFactorTrack( RimWellLog // Connection factor data can be found in the tubing, device and annulus branches. // Search for data ordered by annulus, device and tubing. - RiaDefines::RftBranchType branchType = RiaDefines::RftBranchType::RFT_ANNULUS; + RiaDefines::RftBranchType branchType = RiaDefines::RftBranchType::RFT_UNKNOWN; bool foundData = false; if ( RicWellLogTools::hasData( resultName, wellName, branchType, summaryCase ) ) {