Skip to content

Use size_t rather than casting to vtkIdType

Shawn Waldon requested to merge shawn.waldon/vtk:fix-casting-bug into master

I think this was causing the wrong case to be executed for some builds that used older compilers in 32 bit mode.

Merge request reports