Skip to content

XML data reader now throws an error when reading arrays with duplicate names.

T.J. Corona requested to merge tjcorona/vtk:issue_0015525 into master

Originally, the reader would skip the array but increment the number of arrays, resulting in a segfault.

Merge request reports