Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2418:899ca89f497e
Another partial fix for flys/issue499: Do the W to Q conversions
needed for 'W am Pegel' correctly.
flys-artifacts/trunk@4052 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 14 Feb 2012 16:48:13 +0000 |
parents | e5fa3cbbe3ae |
children | 98a350bb91a9 |
comparison
equal
deleted
inserted
replaced
2417:e5fa3cbbe3ae | 2418:899ca89f497e |
---|---|
1 2012-02-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Another partial fix for flys/issue499: Do the W to Q conversions | |
4 needed for "W am Pegel" correctly. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
7 Repaired getQsForW(): The mapping from W to Q is not unique! There | |
8 could be more then one Q having the the same W. | |
9 Ws are not strictly monoton/sorted so doing a binary search on this | |
10 is just a fail. We now scan them linearly. | |
11 | |
12 XXX: The whole class is mess. The scaling stuff is a stupid | |
13 and there is no caching. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
16 Fetch the master discharge table for converting Ws to Qs. Handle | |
17 the case that there are more Qs for a given W. | |
18 | |
19 * src/main/java/de/intevation/flys/artifacts/model/Calculation6.java, | |
20 src/main/java/de/intevation/flys/artifacts/model/Calculation4.java: | |
21 Adjusted to new semantic. | |
22 | |
1 2012-02-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 23 2012-02-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 24 |
3 Partial Fix flys/issue500: text-orientation for texts. | 25 Partial Fix flys/issue500: text-orientation for texts. |
4 | 26 |
5 * doc/conf/themes.xml: Change default text orientation for text | 27 * doc/conf/themes.xml: Change default text orientation for text |