#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

@@ -23,6 +23,7 @@
#include "Rim3dView.h"
#include "RimCase.h"
#include "RimDepthTrackPlot.h"
#include "RimEclipseResultCase.h"
#include "RimProject.h"
#include "RimSimWellInView.h"
@@ -185,7 +186,7 @@ ExtractionCurveType* RicWellLogTools::addExtractionCurve( RimWellLogTrack*
cvf::Color3f curveColor = RicWellLogPlotCurveFeatureImpl::curveColorFromTable( plotTrack->curveCount() );
curve->setColor( curveColor );
RimWellLogPlot* plot = nullptr;
RimDepthTrackPlot* plot = nullptr;
plotTrack->firstAncestorOrThisOfTypeAsserted( plot );
RimWellLogCurveCommonDataSource* commonDataSource = plot->commonDataSource();