Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 649:44175d4720f8
Fix crashes in back jump correction.
flys-artifacts/trunk@2038 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 09:57:22 +0000 |
parents | d4c4fefb095b |
children | 6695e03e9b82 |
comparison
equal
deleted
inserted
replaced
648:d4c4fefb095b | 649:44175d4720f8 |
---|---|
1 2011-06-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | |
4 Changed interpolation methods to interpolate to an arbitrary position | |
5 in a given double result array as a preparation for segment independent | |
6 calculation. | |
7 | |
8 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
9 Removed superfluous import. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/math/BackJumpCorrector.java: | |
12 Fixed cause for crashing: Run back too far in some siutations. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
15 Refactored range code a bit. Needs more work. | |
16 | |
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | 17 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/exports/InfoGeneratorHelper.java: | 19 * src/main/java/de/intevation/flys/exports/InfoGeneratorHelper.java: |
4 Interchange the lower and upper x value of the chart if the x-axis is | 20 Interchange the lower and upper x value of the chart if the x-axis is |
5 inverted before the matrix values are computed. Now, the matrix is able | 21 inverted before the matrix values are computed. Now, the matrix is able |