Skip to content

vtkDataObjectTree: fix shallow-copy bug

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:shallow-copy-bug into master

vtkDataObjectTree had a bug in shallow-copy introduced in 16530928. This was causing paraview/paraview#20386 (closed). Fixed that.

Merge request reports