Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3202:307842cf8d9e
FixA: Make fitting more tolerant.
flys-artifacts/trunk@4819 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 27 Jun 2012 17:29:33 +0000 |
parents | 1c00ed73ccf4 |
children | 1b9f791937c3 |
comparison
equal
deleted
inserted
replaced
3201:1c00ed73ccf4 | 3202:307842cf8d9e |
---|---|
1 2012-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/fixings/Fitting.java: | |
4 If fitting fails for tolerance of 1e-10 increase it incremental | |
5 by factor of 10 to 1e-3 and only bail out if it fails on this level. | |
6 | |
1 2012-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 7 2012-06-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/artifacts/math/fitting/Exp.java: | 9 * src/main/java/de/intevation/flys/artifacts/math/fitting/Exp.java: |
4 Fixed da/dQ but the fitting still does not work for the function. :-/ | 10 Fixed da/dQ but the fitting still does not work for the function. :-/ |
5 | 11 |