#4363 RFT plots: For Measured Depths PL is sometimes used for grid pressures

This commit is contained in:
Magne Sjaastad
2019-04-25 16:02:47 +02:00
parent bb58bba5b9
commit b6c9e3b278

View File

@@ -522,6 +522,11 @@ void RimWellRftPlot::updateCurvesInPlot(const std::set<RiaRftPltCurveDefinition>
}
}
if (m_wellLogPlot->depthType() == RimWellLogPlot::MEASURED_DEPTH)
{
assignWellPathToExtractionCurves();
}
m_wellLogPlot->loadDataAndUpdate();
if (plotTrack->curveCount())
{