Skip to content

The wrong MTime was being checked in vtkPointSet::FindCell. Fixed.

Berk Geveci requested to merge berkgeveci/vtk:findcell-fix into master

When deciding to rebuild the locator, BuildTime should be checked not MTime.

Merge request reports