Skip to content

Fix structured points not stopping after reading file information.

Steven Hahn requested to merge quantumsteve/vtk:structured_points_osx into master

With ParaView 4.3.1 built from source (OS X 10.10.3 and XCode 6.3.1), I am unable to load a vtkStructuredPoints dataset. ParaView continues to read beyond the file information and therefore gets stuck in a while loop in vtkPDataSetReader.cxx:715.

This fix changes the argument to check if the next line contains one of the four potential strings. With this change I am able to open several large (2GB to 18GB) vtkStructuredPoints files.

Merge request reports