Skip to content

vtkExplicitStructuredGrid: Fix DeepCopy

Deepcopy was not working because it was assuming that the Cells member was a smart pointer.

This MR resolves #18758 (closed).

Merge request reports