Skip to content
Snippets Groups Projects
Commit a4cb38ae authored by Bengt Rosenberger's avatar Bengt Rosenberger Committed by Bengt Rosenberger
Browse files

Fix vtkXMLUnstructuredGridReader not importing .vtu with NULL cell array

Fix issue #19349:
A freshly initialized unstructured grid may be written without DataArray child
nodes in the Point and Cells elements but vtkXMLUnstructuredGridReader and
vtkXMLUnstructuredDataReader always expected them to have child nodes.
Made it only an error if the number of point or cells is not 0, respectively.
Added test case.
parent 3dd800b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment