Cutberto - 2015-08-17

Hi all

I believe that line 116 of SurfaceInterpolation.cpp should look like this

RegularizedSpline spline(region->points(), tension);

instead of this

RegularizedSpline spline(region->points(), 0.0);

Otherwise f is never passed to TPS and we end up with exact interpolation.

Any thoughts on this?

Regards, Cutberto.