Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Apr 19 14:48:28 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Apr 19 17:37:21 2011 +0000 @@ -1,3 +1,11 @@ +2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: + We need a getQForW() method and not getWForQ() because when + doing a "Wasserstand/Wasserspiegellagen" calculation with given + w values these values need to be translated to q values with + the master discharge table. + 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: