> > Sorry I did not notice this before.  I see it now flagged by the
> > Clirr report.  The problem is here:
> >
> > -    public BivariateRealFunction interpolate(final double[] xval,
> > -                                             final double[] yval,
> > -                                             final double[][] zval)
> > +    public BicubicSplineInterpolatingFunction interpolate(final
> >
> > Changing the return type of a function is an incompatible change.
> > We should revert this change.
> >
> 
> Even though BicubicSplineInterpolatingFunction implements
> BivariateRealFunction ?

Hence, this is not an incompatible change.

Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to