Skip to content

Fix an array allocation issue.

David Thompson requested to merge dcthomp/vtk:fix-abstract-allocate into master
  • vtkStringArray::Resize() did not take tuples into account.
  • vtkAbstractArray::SetNumberOfValues() was unnecessarily complicated.

Backport: release

Edited by David Thompson

Merge request reports