-
- Downloads
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.
Showing
- IO/XML/Testing/Cxx/TestXMLUnstructuredGridReader.cxx 33 additions, 0 deletionsIO/XML/Testing/Cxx/TestXMLUnstructuredGridReader.cxx
- IO/XML/vtkXMLUnstructuredDataReader.cxx 1 addition, 1 deletionIO/XML/vtkXMLUnstructuredDataReader.cxx
- IO/XML/vtkXMLUnstructuredGridReader.cxx 10 additions, 3 deletionsIO/XML/vtkXMLUnstructuredGridReader.cxx
Loading
Please register or sign in to comment