MantisBT - ParaView
View Issue Details
0013292ParaView(No Category)public2012-07-02 20:342016-08-12 09:59
Nathan Fabian 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
Sandia
incorrect functionality
0013292: Wrong extents in Spyplot reader and corresponding in the AMR filters.
In vtkAMRDualContour.cxx each reference to GetExtents(extent) is immediately followed by
  --extent[1];
  --extent[3];
  --extent[5];

This appears to be due to the Spyplot reader always passing the dimensions as the higher value instead of dimensions - 1.

There is code to select between dimensions-1 and dimensions as the upper extent. I think this should instead be dimensions-2 and dimensions-1 and then vtkAMRDualContour should no longer decrement.
No tags attached.
Issue History
2012-07-02 20:34Nathan FabianNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038240
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038240)
Kitware Robot   
2016-08-12 09:59   
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.