Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 728:56bcf56b1fe0
#157 Both types of discharge curves will now include the '0' value on the x-axis.
flys-artifacts/trunk@2218 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 23 Jun 2011 13:42:47 +0000 |
parents | 11e9489eb1a7 |
children | 078934923acb |
comparison
equal
deleted
inserted
replaced
727:11e9489eb1a7 | 728:56bcf56b1fe0 |
---|---|
1 2011-06-23 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue157 (Diagramm: Ursprung berechnete Abflusskurve) | |
4 | |
5 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java, | |
6 src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java: | |
7 Moved the method that adjusts the X-axis to include the "0" value from | |
8 ComputedDischargeCurveGenerator to DischargeCurveGenerator. Now, both | |
9 charts will include the "0" on the X-axis. | |
10 | |
1 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 11 2011-06-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/artifacts/model/WQDay.java: | 13 * src/main/java/de/intevation/flys/artifacts/model/WQDay.java: |
4 Based on WQ now to make it exportable as AT. | 14 Based on WQ now to make it exportable as AT. |
5 | 15 |