Skip to content

Fixing explicit cell set bug

Matt Larsen requested to merge mclarsen/vtk-m:bugfix/explicitCellSet into master

There is a error in FillViaCopy in explicit cell set where the size of the shapes array is cast to a UInt8. The others seem fine since they are Id and IdComponents.

Merge request reports