Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 741:e54203e52097
Removed dead code.
flys-artifacts/trunk@2240 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 26 Jun 2011 17:06:35 +0000 |
parents | a1efe7d11423 |
children | c09c9e05ecfa |
comparison
equal
deleted
inserted
replaced
740:a1efe7d11423 | 741:e54203e52097 |
---|---|
1 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | |
4 Removed dead code. | |
5 | |
1 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 6 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 7 |
3 Fix for flys/issue173 | 8 Fix for flys/issue173 |
4 | 9 |
5 * src/main/java/de/intevation/flys/artifacts/model/Calculation4.java: | 10 * src/main/java/de/intevation/flys/artifacts/model/Calculation4.java: |
6 Fixed the way the gauge was found for a given interval. | 11 Fixed the way the gauge was found for a given interval. |
7 The old way does not work because it was just tested if | 12 The old way does not work because it was just tested if |
8 the station point was inside the segments which is not | 13 the station point was inside the segments which is not |
9 necessarily true. The obvious solution to simply check | 14 necessarily true. The obvious solution to simply check |
10 the overlapping intervals does not work either because | 15 the overlapping intervals does not work either because |
11 the gauge ranges touches each other and so more than | 16 the gauge ranges touch each other and so more than |
12 one gauge are returned in these cases. The River.maxOverlap() | 17 one gauge are returned in these cases. The River.maxOverlap() |
13 is now used to find the gauge with the max overlapping | 18 is now used to find the gauge with the max overlapping |
14 range. | 19 range. |
15 | 20 |
16 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 21 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |