Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1689:e9475d2ef343
Bugfix: #189 Changed the order of a duration curve CSV export.
flys-artifacts/trunk@2911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 10 Oct 2011 07:07:17 +0000 |
parents | 7eb9015489b0 |
children | 0053a4529f2f |
comparison
equal
deleted
inserted
replaced
1688:7eb9015489b0 | 1689:e9475d2ef343 |
---|---|
1 2011-10-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue189 (WINFO/Dauerlinie: Sortierung der Berechnungsausgabe nach Dauerzahlen aufsteigend) | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/model/WQDay.java: Added a | |
6 method that determines if the items (days) in this object are increasing | |
7 or not. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/DurationCurveExporter.java: | |
10 Changed the order of the CSV export - the highest day is at the top of | |
11 the export; the lowest day is at the bottom. | |
12 | |
1 2011-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 13 2011-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 14 |
3 Worked on flys/issue150 (Diagramm: Anzeige von W bergauf). | 15 Worked on flys/issue150 (Diagramm: Anzeige von W bergauf). |
4 Still does not work in all cases. | 16 Still does not work in all cases. |
5 | 17 |