From 701d76240e71d0844adbd478df40548d6577f6cc Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 11 Sep 2025 10:04:24 +0200 Subject: [PATCH] Results: Fix hs display. --- src/View/Results/PlotRKC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Results/PlotRKC.py b/src/View/Results/PlotRKC.py index 8f8ad662..f664076a 100644 --- a/src/View/Results/PlotRKC.py +++ b/src/View/Results/PlotRKC.py @@ -125,7 +125,7 @@ class PlotRKC(PamhyrPlot): ) for hs in lhs: - x = hs.input_rk + x = hs.input_section.rk z_min = reach.geometry.get_z_min() z_max = reach.geometry.get_z_max()