Skip to content

Fixed error in origin calculation in VTK-m converters.

Berk Geveci requested to merge berkgeveci/vtk:vtkm-origin-fix into master

DataSetConverters.cxx, which converts VTK datasets to VTK-m datasets, was calculating the origin of the VTK-m dataset incorrectly in cases where the VTK extent did not start at (0, 0, 0). Fixed.

Merge request reports