Skip to content

Add char to the list of supported scalar types for vtk-m.

Allison Vacanti requested to merge allisonvacanti/vtk:handle_char_in_vtkm into master

VTK-m's scalar list contains Int8/UInt8 (signed char/unsigned char), but not char. Since VTK uses char, we need to handle them.

Backport: paraview/release

Edited by Allison Vacanti

Merge request reports