Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 329:0b2358bc716d
Discharge table: Added static method getWForQ() to interpolate a w value for a given q value based on a given discharge table.
flys-artifacts/trunk@1727 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 19 Apr 2011 11:05:27 +0000 |
parents | 07e642030172 |
children | 4791fd92a208 |
comparison
equal
deleted
inserted
replaced
328:07e642030172 | 329:0b2358bc716d |
---|---|
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
4 Added static method getWForQ() to interpolate a w value for | |
5 a given q value based on a given discharge table. | |
6 | |
1 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 7 2011-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | 9 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: |
4 Added convenience constructors/methods to ease the access to the master | 10 Added convenience constructors/methods to ease the access to the master |
5 discharge table of a gauge. | 11 discharge table of a gauge. |