Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 18, 2025
1 parent bb98af2 commit c6c6090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ size_t calculateEnsembleParametersIntersectionHash( const std::vector<RimSummary

bool isEnsembleCurve( RimPlotCurve* sourceCurve );
void highlightCurvesForSameRealizationFromCurve( RimPlotCurve* sourceCurve );
void highlightCurvesForSameRealization( RimSummaryCase* sourceCurve );
void highlightCurvesForSameRealization( RimSummaryCase* sourceCase );
void resetHighlightAllPlots();

} // namespace RimSummaryEnsembleTools
2 changes: 1 addition & 1 deletion ApplicationLibCode/UserInterface/RiuQwtPlotCurveDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum class ZIndex
Z_SINGLE_CURVE_OBSERVED,
Z_PLOT_RECT_ANNOTATION,
Z_REGRESSION_CURVE,
Z_ANNOTATION = 9999
Z_ANNOTATION
};

int zDepthForIndex( ZIndex index );
Expand Down

0 comments on commit c6c6090

Please sign in to comment.