Skip to content

Fix TestingPointLocatorUniformGrid for double precision

Kenneth Moreland requested to merge kmorel/vtk-m:fix-64-bit-floats into master

There was an error in TestingPointLocatorUniformGrid in which it was creating arrays of type vtkm::Float32 and passing them to a worklet that expected vtkm::FloatDefault. This is corrected.

Merge request reports