Skip to content

Commit

Permalink
Make sure single curves from individual realizations are displayed on…
Browse files Browse the repository at this point in the history
… top
  • Loading branch information
magnesj committed Dec 7, 2023
1 parent fd0e1af commit 614dc92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ double RimSummaryCurve::computeCurveZValue()
{
zOrder = RiuQwtPlotCurveDefines::zDepthForIndex( RiuQwtPlotCurveDefines::ZIndex::Z_ENSEMBLE_STAT_CURVE );
}
else if ( sumCase->ensemble() )
else if ( firstAncestorOrThisOfType<RimEnsembleCurveSetCollection>() )
{
zOrder = RiuQwtPlotCurveDefines::zDepthForIndex( RiuQwtPlotCurveDefines::ZIndex::Z_ENSEMBLE_CURVE );
}
Expand Down

0 comments on commit 614dc92

Please sign in to comment.