Skip to content

vtkXMLPDataReader: ensure correct ordering of data arrays

This commit ensures that cell and point data arrays are inserted in the same order in XMLP* readers independtly of the ordering found in each piece of the considered *.p* file.

REF: paraview/paraview#20440

Merge request reports