Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3178:59b14bc676ec
Fitting: Link the functions to there inverses via getInverse().
flys-artifacts/trunk@4793 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 26 Jun 2012 09:29:37 +0000 |
parents | 585c0b49e696 |
children | 436ab826e82b |
comparison
equal
deleted
inserted
replaced
3177:585c0b49e696 | 3178:59b14bc676ec |
---|---|
1 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/math/fitting/FunctionFactory.java: | |
4 Register the singletons instead of new objects. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/math/fitting/Pow.java, | |
7 src/main/java/de/intevation/flys/artifacts/math/fitting/InvQuad.java, | |
8 src/main/java/de/intevation/flys/artifacts/math/fitting/SQPow.java, | |
9 src/main/java/de/intevation/flys/artifacts/math/fitting/LogLinear.java, | |
10 src/main/java/de/intevation/flys/artifacts/math/fitting/InvPow.java, | |
11 src/main/java/de/intevation/flys/artifacts/math/fitting/InvSQPow.java, | |
12 src/main/java/de/intevation/flys/artifacts/math/fitting/InvLogLinear.java, | |
13 src/main/java/de/intevation/flys/artifacts/math/fitting/Quad.java: | |
14 Link the functions to there inverses via getInverse(). | |
15 | |
1 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 16 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 17 |
3 Implemenation of the inverses of the fitting functions. Needed | 18 Implemenation of the inverses of the fitting functions. Needed |
4 for the AT export of the calculated curves. | 19 for the AT export of the calculated curves. |
5 | 20 |