#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.
This commit is contained in:
Magne Sjaastad 2024-10-02 09:35:21 +02:00
parent e7a082ac29
commit eca17ab92e

View File

@ -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 ) )
{