Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 334:b7c8df643dc4
Discharge table: we need a getQForW() and not a getWForQ().
flys-artifacts/trunk@1732 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 19 Apr 2011 17:37:21 +0000 |
parents | 67b3f54188aa |
children | 64cfbd631f29 |
comparison
equal
deleted
inserted
replaced
333:67b3f54188aa | 334:b7c8df643dc4 |
---|---|
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
4 We need a getQForW() method and not getWForQ() because when | |
5 doing a "Wasserstand/Wasserspiegellagen" calculation with given | |
6 w values these values need to be translated to q values with | |
7 the master discharge table. | |
8 | |
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | 11 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: |
4 Sorting of q values was done wrong. | 12 Sorting of q values was done wrong. |
5 | 13 |