Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2230:59af81364eb1
Improved the 'historical discharge' calculation: implemented findValueForW().
flys-artifacts/trunk@3872 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 01 Feb 2012 15:41:11 +0000 |
parents | 9dc81827b187 |
children | 5648b5b34ae2 |
comparison
equal
deleted
inserted
replaced
2229:9dc81827b187 | 2230:59af81364eb1 |
---|---|
1 2012-02-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
4 Moved code to load values of a discharge table into an own static | |
5 function to be able to reuse it in Calculation6. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/Calculation6.java: | |
8 Implemented the findValueForW(). | |
9 | |
1 2012-02-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2012-02-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 Fake some reference curve input values to have working prototype | 12 Fake some reference curve input values to have working prototype |
4 to work on. | 13 to work on. |
5 | 14 |