#11148: Set default name to Accumulated Flow Chart

This commit is contained in:
Magne Sjaastad
2024-02-02 07:02:49 +01:00
parent 4dd43a14a0
commit 883622c71d
3 changed files with 6 additions and 1 deletions

View File

@@ -251,6 +251,7 @@ std::vector<double> RigWellLogCurveData::depthValuesByIntervals( RiaDefines::Dep
RiaDefines::DepthUnitType destinationDepthUnit ) const
{
const std::vector<double> depthValues = RigWellLogCurveData::depthsForDepthUnit( depths( depthType ), m_depthUnit, destinationDepthUnit );
if ( depthValues.empty() ) return depthValues;
std::vector<double> filteredValues;
RiaCurveDataTools::getValuesByIntervals( depthValues, m_intervalsOfContinousValidValues, &filteredValues );