mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11148: Set default name to Accumulated Flow Chart
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user