MantisBT - ParaView
View Issue Details
0011197ParaViewBugpublic2010-09-01 10:342016-08-12 09:58
Utkarsh Ayachit 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0011197: PlotEdges does not handle the case where different processes have non-null leaves at different locations.
PlotEdges does not handle the case where different processes have non-null leaves at different locations.

The culprit is line 625:


   if (inputPolyData == NULL)
        {
        // this is bad!!! this is assuming that all processes have non-null
        // nodes at the same location, which is true with exodus, but nothing
        // else. BUG #
        continue;
        }
No tags attached.
Issue History
2010-09-01 10:34Utkarsh AyachitNew Issue
2016-08-12 09:58Kitware RobotNote Added: 0037877
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0037877)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.