mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Fix hs display.
parent
37ea9e9083
commit
701d76240e
|
|
@ -125,7 +125,7 @@ class PlotRKC(PamhyrPlot):
|
||||||
)
|
)
|
||||||
|
|
||||||
for hs in lhs:
|
for hs in lhs:
|
||||||
x = hs.input_rk
|
x = hs.input_section.rk
|
||||||
z_min = reach.geometry.get_z_min()
|
z_min = reach.geometry.get_z_min()
|
||||||
z_max = reach.geometry.get_z_max()
|
z_max = reach.geometry.get_z_max()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue