Skip to content

Fix: (coop Simone Dissemond) in function vtkAttributeClustering2DLayoutStrategy …

Ghost User requested to merge (removed):master into master

…jumpDistance was wrong for y values (was computed on paddedBonds of x values) causing array out of bounds writes in the giantGrid->SetValue (vtkBitArray::SetValue) call because id value "indexX + indexY*xDim" was greater/equal gridSize (vtkBitArray::Size) causing problems when "delete [] this->Array;" gets called in vtkBitArray. Beautify: const to jumpDistanceX, jumpDistanceY

Merge request reports