Skip to content

Clip should use `VTKM_DEFAULT_TYPE_LIST` in CastAndCall

Sujin Philip requested to merge sujin.philip/vtk-m:fix-clip-typelist into master

This was causing an issue in VTK as the VTK specific typelist was not being used. This resulted in a field's type being changed from UInt8 to Float32 and caused a test to fail.

Backport: release-1.8
Backport: release

Edited by Sujin Philip

Merge request reports