Skip to content

vtkm::exec::detail::InflateTo3D now fills with 1 instead of 0.

Robert Maynard requested to merge robertmaynard/vtk-m:InflateTo3D_bug into master

This is needed when you want to compute the size of the vtkm::Id3 that is returned, or need to check if something is 'inside'.

Merge request reports