Skip to content

Changing the use of int for array element ids to vtkIdType

T.J. Corona requested to merge tjcorona/vtk:issue_0014551 into master

The use of ints for accessing elements of arrays resulted in an unsafe type conversion in vtkCellTypes. Switching from ints to vtkIdTypes should fix this issue.

Merge request reports