mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
4d08f3c271
commit
21bd87f74b
|
|
@ -641,7 +641,7 @@ class CustomPlot(PamhyrPlot):
|
||||||
)
|
)
|
||||||
if "bed_elevation" in self._y:
|
if "bed_elevation" in self._y:
|
||||||
if self._current_res_id != 2:
|
if self._current_res_id != 2:
|
||||||
self.lines["bed_elevation"][0].set_ydata(z_min)
|
dz = z_min
|
||||||
else:
|
else:
|
||||||
if reach.has_sediment():
|
if reach.has_sediment():
|
||||||
z_min1 = self.draw_bottom_with_bedload(reach1)
|
z_min1 = self.draw_bottom_with_bedload(reach1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue