> Findbugs points out that 
> SmoothingBicubicSplineInterpolatorTest.testPreconditions()  assigns wzval but 
> does not use it - is this a test bug?
> 
> {code}
> double[][] wzval = new double[xval.length][yval.length + 1];
> try {
>     p = interpolator.interpolate(xval, wyval, zval); // <== should the last 
> param be wzval ??

Yes.

Gilles

Reply via email to