Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 748:30be4b71c36c
WQ: Guessing increaing w is not based on direct neighbors any more.
flys-artifacts/trunk@2254 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 27 Jun 2011 14:06:16 +0000 |
parents | 65dcb5891206 |
children | 72bcbc308501 |
comparison
equal
deleted
inserted
replaced
747:65dcb5891206 | 748:30be4b71c36c |
---|---|
1 2011-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WQ.java: | |
4 Guessing increaing w is not based on direct neighbors any more. | |
5 The second to be compared with is choosen by random of | |
6 the values before the first one. This makes the guessing | |
7 more robust against 'plateaus' of equal w values. | |
8 | |
1 2011-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2011-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/exports/ATWriter.java: Array | 11 * src/main/java/de/intevation/flys/exports/ATWriter.java: Array |
4 for constructing the spline was too large leading to non-increasing | 12 for constructing the spline was too large leading to non-increasing |
5 values. | 13 values. |