changeset 3468:850e81f13e96

fairway availibility: Fixed time interval for line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 27 May 2019 11:21:11 +0200
parents 7265adcc5baa
children 096968d5628f
files pkg/controllers/bottlenecks.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/bottlenecks.go	Mon May 27 11:18:05 2019 +0200
+++ b/pkg/controllers/bottlenecks.go	Mon May 27 11:21:11 2019 +0200
@@ -499,7 +499,7 @@
 		)
 
 		afd := ms.classify(
-			from, to,
+			pfrom, pto,
 			breaks,
 			(*availMeasurement).getDepth,
 		)