Skip to content

Commit

Permalink
#11737 Set Unknown as the default type for CONFAC
Browse files Browse the repository at this point in the history
RFT segment results are accessed using a category, either Annulus, Device, Tubing or Unknown. Set the category for CONFAC to Unknown.
  • Loading branch information
magnesj committed Oct 2, 2024
1 parent 7d84c11 commit 2bad8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) )
{
Expand Down

0 comments on commit 2bad8e8

Please sign in to comment.