comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/math/fitting/InvSQPow.java @ 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 de67497de5a0
comparison
equal deleted inserted replaced
3177:585c0b49e696 3178:59b14bc676ec
27 return null; 27 return null;
28 } 28 }
29 29
30 @Override 30 @Override
31 public Function getInverse() { 31 public Function getInverse() {
32 // TODO: Implement me! 32 return SQPow.INSTANCE;
33 return null;
34 } 33 }
35 } 34 }
36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org