Skip to content

vtkPResampleFilter: initialize UseInputBounds

Ben Boeckel requested to merge ben.boeckel/vtk:valgrind-20160713 into master

Valgrind was complaining that uninitialized memory was used in the UseInputBoundsOn() method call in the ctor. Not sure why this fixes things.

Merge request reports