#6228 Fix crash when creating user-defined curves in fracture model plot.

This commit is contained in:
Kristian Bendiksen
2020-07-14 14:04:50 +02:00
parent a0dce934f0
commit f7f9f93303
3 changed files with 6 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
#include "RigWellPathGeometryTools.h"
#include "RigWellPathIntersectionTools.h"
#include "RimDepthTrackPlot.h"
#include "RimEclipseResultCase.h"
#include "RimMainPlotCollection.h"
#include "RimObservedFmuRftData.h"
@@ -379,7 +380,7 @@ void RimWellLogRftCurve::onLoadDataAndUpdate( bool updateParentPlot )
if ( isCurveVisible() )
{
RimWellLogPlot* wellLogPlot;
RimDepthTrackPlot* wellLogPlot;
firstAncestorOrThisOfType( wellLogPlot );
CVF_ASSERT( wellLogPlot );