Skip to content

Cast to CellSetStructured<3>

Li-Ta Lo requested to merge ollielo/vtk-m:particle_density_cell_set into master

Suppress compiler warnings regarding index by casting DynamicCellSet to CellSetStructure<3>. The cell set was created by us and the case will always be successful.

This solves issue #618 (closed).

Merge request reports