mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Fix KPC update where no sediment.
parent
9cc3bb23c0
commit
ebc3e938bf
|
|
@ -348,7 +348,9 @@ class PlotKPC(PamhyrPlot):
|
|||
if not self._init:
|
||||
self.draw()
|
||||
|
||||
self.update_bottom_with_bedload()
|
||||
if reach.has_sediment():
|
||||
self.update_bottom_with_bedload()
|
||||
|
||||
self.update_water_elevation()
|
||||
|
||||
self.update_idle()
|
||||
|
|
|
|||
Loading…
Reference in New Issue