Skip to content

Fix array size bug in vtkDepthSortPolyData.

Allison Vacanti requested to merge allisonvacanti/vtk:fix_sort_polydata into master

GetSize() returns array capacity, not the number of elements.

Merge request reports