Skip to content

Fix VTKRectilinearGridReader

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

Fix for cases when the coordinate types in the file do not match vtkm::FloatDefault. This resulted in bad dynamic cast exceptions.

Merge request reports