[vtk-developers] vtkTecplotReader - bug report and fix

Patrick Shinpaugh shpatric at vt.edu
Tue Jun 5 11:49:09 EDT 2012


Hi,
I originally posted this to the Paraview users mailing list but realized
it was VTK specific and figured it would be best handled here.

Bug: the vtkTecplotReader ignores/skips the last variable in the file so
it is inaccessible.

The attached patch file fixes this issue - simply moving a line below an
EOF check so that the loop does not end prematurely. Being a paraview
patch, you should be able to use:

patch -p2 < paraview-3.14.1-vtkTecplotReader.patch

at the top level of the VTK directory (assuming your OS supports patch).

Please let me know if you have any questions or concerns.

Thanks,
Pat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: paraview-3.14.1-vtkTecplotReader.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120605/116f94a2/attachment-0001.bin>


More information about the vtk-developers mailing list