MantisBT - ParaView
View Issue Details
0008830ParaView(No Category)public2009-04-01 13:132009-05-13 13:45
Ken Moreland 
Ken Moreland 
normalminorhave not tried
closedfixed 
 
3.6 
0008830: Replacement value not being used in calculator
If you make an expression in the array calculator that results in invalid values, it replaces those values with 0 instead of the value in the Replacement value box. To replicate the issue, do the following.

1. Create a sphere source. Apply.
2. Add the calculator filter.
3. Set the expression to log10(Normals_X).
4. Change Replacement value to 20.
5. Apply

This results in an invalid value wherever the normal points in the negative X direction. These values should be replaced with 20, but they are replaced with 0.
No tags attached.
Issue History
2009-04-01 13:13Ken MorelandNew Issue
2009-04-01 13:15Ken MorelandStatusbacklog => tabled
2009-04-01 13:15Ken MorelandAssigned To => Ken Moreland
2009-04-01 13:19Ken MorelandNote Added: 0015887
2009-04-01 13:19Ken MorelandStatustabled => @80@
2009-04-01 13:19Ken MorelandResolutionopen => fixed
2009-04-03 15:34Alan ScottNote Added: 0015909
2009-04-03 15:34Alan ScottStatus@80@ => closed
2009-05-13 13:45Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015887)
Ken Moreland   
2009-04-01 13:19   
The value from the wrong widget was being pushed to the ReplacementValue property.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqCalculatorPanel.cxx,v <-- pqCalculatorPanel.cxx
new revision: 1.24; previous revision: 1.23
(0015909)
Alan Scott   
2009-04-03 15:34   
Tested client/ remote server.