Skip to content

Get bug fix for vtkAppendFilter, convert to vtkInt global ids

Aron Helser requested to merge aron.helser/session:append_filter_fix into master

A bug merging points was fixed in vtk master - copy vtkAppendFilter to aeva-session to get that fix. The filter also limited global ids to be vtkIdType - change the type of global ids to vtkInt to match what we currently use in aeva.

Merge request reports