MantisBT - ParaView
View Issue Details
0014650ParaView(No Category)public2014-03-27 13:432014-05-05 15:36
Andy Bauer 
Andy Bauer 
highminorhave not tried
closedfixed 
git-master 
 
LANL-InSitu
incorrect functionality
0014650: check for valid bounds before computing the magnitude of the bounds
Depending on how the application is linked, the following in vtkSMBoundsDomain may or may not throw an exception when the bounds are initialized to not set (i.e. VTK_DOUBLE_MAX, VTK_DOUBLE_MIN,...):
     double magn = sqrt((bounds[1]-bounds[0]) * (bounds[1]-bounds[0]) +
                        (bounds[3]-bounds[2]) * (bounds[3]-bounds[2]) +
                        (bounds[5]-bounds[4]) * (bounds[5]-bounds[4]));
No tags attached.
Issue History
2014-03-27 13:43Andy BauerNew Issue
2014-03-27 13:43Andy BauerAssigned To => Andy Bauer
2014-03-27 13:46Andy BauerStatusbacklog => todo
2014-03-27 13:46Andy BauerStatustodo => active development
2014-05-05 15:36Andy BauerNote Added: 0032617
2014-05-05 15:36Andy BauerStatusactive development => gatekeeper review
2014-05-05 15:36Andy BauerResolutionopen => fixed
2014-05-05 15:36Andy BauerStatusgatekeeper review => closed

Notes
(0032617)
Andy Bauer   
2014-05-05 15:36   
already merged into paraview -- just closing the bug report