Skip to content

Fix bug in PStreamTracer that creates bad cells

Andrew Bauer requested to merge acbauer/vtk:PStreamTracer_fix into master

At the parallel partition boundaries line cells were getting created that had only a single point. Fixed by created a line cell with two points at the same location.

Merge request reports