Skip to content

Fixed malformed XML problem when writing grids with VTK_POLYHEDRON cell types

I have taken the patch that was uploaded to vtk-developers here http://public.kitware.com/pipermail/vtk-developers/2012-October/027837.html and integrated it into the current source.

It solves bug http://www.paraview.org/Bug/view.php?id=13382 in that it no longer writes malformed XML when VTK_POLYHEDRON cells are present.

Cc: @acbauer

PS. please bear with me - this is my first merge request here and the workflow is still unfamiliar. Please tell me if I did something wrong in the code or the merge request process, or if it can be done better.

Merge request reports