Skip to content

Printing of ArrayHanlde<vtkm::Vec< UInt/Int8 >> now works as intended.

Now when printing ArrayHandles that contain vec's of UInt8/Int8 you see the integer representation instead of the ascii representation.

Merge request reports