Skip to content

Fix uninitialized array warning in vtkBSplineInterpolator.

David Gobbi requested to merge dgobbi/vtk:bspline-warnings into master

Initialization is needed to avoid a warning for gcc 4.9.2, but not for other compilers. Valgrind doesn't report a UMR, so it seems to be spurious, but it's worth fixing just to avoid the warning.

Merge request reports