Skip to content

Fix a bug in vtkPixel::Derivatives

Sujin Philip requested to merge sujin.philip/vtk:fix-pixel-bug into master

spacing was converted from 3 to 2 components but later code still accesses it as 3 components.

Merge request reports