mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format
This commit is contained in:
parent
5973dde70c
commit
e85bba9014
@ -371,14 +371,10 @@ void RimWellLogExtractionCurve::onLoadDataAndUpdate( bool updateParentPlot )
|
|||||||
CAF_ASSERT( xPlotValues.size() == depthPlotValues.size() );
|
CAF_ASSERT( xPlotValues.size() == depthPlotValues.size() );
|
||||||
|
|
||||||
if ( wellLogPlot->depthOrientation() == RimDepthTrackPlot::DepthOrientation::HORIZONTAL )
|
if ( wellLogPlot->depthOrientation() == RimDepthTrackPlot::DepthOrientation::HORIZONTAL )
|
||||||
m_plotCurve->setSamplesFromXValuesAndYValues( depthPlotValues,
|
m_plotCurve->setSamplesFromXValuesAndYValues( depthPlotValues, xPlotValues, isLogCurve );
|
||||||
xPlotValues,
|
|
||||||
isLogCurve );
|
|
||||||
|
|
||||||
else
|
else
|
||||||
m_plotCurve->setSamplesFromXValuesAndYValues( xPlotValues,
|
m_plotCurve->setSamplesFromXValuesAndYValues( xPlotValues, depthPlotValues, isLogCurve );
|
||||||
depthPlotValues,
|
|
||||||
isLogCurve );
|
|
||||||
|
|
||||||
m_plotCurve->setLineSegmentStartStopIndices( curveData()->polylineStartStopIndices() );
|
m_plotCurve->setLineSegmentStartStopIndices( curveData()->polylineStartStopIndices() );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user