Skip to content

Assume less about vtkIdType and vtkTypeInt64

Brad King requested to merge brad.king/vtk:fix-integer-types into master

Fix compiler errors that occur if vtkIdType or vtkTypeInt64 is changed to something other than long long (but do not actually make that change).

Merge request reports