changeset 5227:fa55f403985b new-fwa

Added a comment about the mode.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 12 May 2020 12:38:31 +0200
parents 755d54cd7fd0
children f3a88039d822
files pkg/controllers/fwa.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/fwa.go	Tue May 12 12:37:00 2020 +0200
+++ b/pkg/controllers/fwa.go	Tue May 12 12:38:31 2020 +0200
@@ -306,6 +306,7 @@
 		validities[i] = bottlenecks[i].validities.find()
 	}
 
+	// Mode reflects if we use monthly, quarterly od yearly intervals.
 	mode := parseFWAMode(req.FormValue("mode"))
 
 	label, finish := interval(mode, from)