#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

@@ -21,10 +21,10 @@
#include "RigWellLogCurveData.h"
#include "RigWellPath.h"
#include "RimDepthTrackPlot.h"
#include "RimProject.h"
#include "RimTools.h"
#include "RimWellLogFile.h"
#include "RimWellLogPlot.h"
#include "RimWellLogTrack.h"
#include "RimWellMeasurement.h"
#include "RimWellMeasurementCollection.h"
@@ -74,7 +74,7 @@ RimWellMeasurementCurve::~RimWellMeasurementCurve()
//--------------------------------------------------------------------------------------------------
void RimWellMeasurementCurve::onLoadDataAndUpdate( bool updateParentPlot )
{
RimWellLogPlot* wellLogPlot;
RimDepthTrackPlot* wellLogPlot;
firstAncestorOrThisOfType( wellLogPlot );
CVF_ASSERT( wellLogPlot );