mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4363 RFT plots: For Measured Depths PL is sometimes used for grid pressures
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user