Merge pull request #6267 from OPM/fracture-model-plot-crash

Fix crash in fracture model plot.
This commit is contained in:
Kristian Bendiksen
2020-08-05 15:03:53 +02:00
committed by GitHub

View File

@@ -2352,7 +2352,7 @@ void RimWellLogTrack::updateStackedCurveData()
{
const double eps = 1.0e-8;
RimWellLogPlot* wellLogPlot;
RimDepthTrackPlot* wellLogPlot;
firstAncestorOrThisOfTypeAsserted( wellLogPlot );
RimWellLogPlot::DepthTypeEnum depthType = wellLogPlot->depthType();