mirror of https://gitlab.com/pamhyr/pamhyr2
Results: PlotXY: Minor change.
parent
20c2cb7ea4
commit
fef2e1a40c
|
|
@ -304,9 +304,9 @@ class PlotXY(PamhyrPlot):
|
||||||
poly_l_x, poly_l_y, poly_r_x, poly_r_y = [], [], [], []
|
poly_l_x, poly_l_y, poly_r_x, poly_r_y = [], [], [], []
|
||||||
|
|
||||||
for profile in reach.profiles:
|
for profile in reach.profiles:
|
||||||
water_z = profile.get_ts_key(
|
# water_z = profile.get_ts_key(
|
||||||
self._current_timestamp, "Z"
|
# self._current_timestamp, "Z"
|
||||||
)
|
# )
|
||||||
|
|
||||||
pt_left, pt_right = profile.get_ts_key(
|
pt_left, pt_right = profile.get_ts_key(
|
||||||
self._current_timestamp,
|
self._current_timestamp,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue