mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
committed by
GitHub
parent
2f580a0c52
commit
414ee77aa8
@@ -128,7 +128,8 @@ void RimEnsembleWellLogStatisticsCurve::performDataExtraction( bool* isUsingPseu
|
||||
bool performDataSmoothing = false;
|
||||
if ( !values.empty() && !measuredDepthValues.empty() && measuredDepthValues.size() == values.size() )
|
||||
{
|
||||
addDatapointsForBottomOfSegment( measuredDepthValues, values );
|
||||
if ( m_ensembleWellLogCurveSet->depthEqualization() == RimEnsembleWellLogStatistics::DepthEqualization::NONE )
|
||||
addDatapointsForBottomOfSegment( measuredDepthValues, values );
|
||||
|
||||
this->setValuesAndDepths( values,
|
||||
measuredDepthValues,
|
||||
|
||||
Reference in New Issue
Block a user