MantisBT - ParaView
View Issue Details
0010536ParaViewBugpublic2010-04-12 11:132010-05-06 16:20
martin_b 
Robert Maynard 
normalmajoralways
closedduplicate 
3.6.2 
 
0010536: array name with string "norm" in it will cause error in calculator
When naming a result array name of an calculator with a string, which begins with "norm" (like "normalized") and then use another calculator which uses this array name the following error message appears:
ERROR: In ..\..\..\src\VTK\Common\vtkFunctionParser.cxx, line 1460
vtkFunctionParser (0EA55E90): Syntax error: input to math function not in parentheses; see position 4
Warning: In ..\..\..\src\VTK\Graphics\vtkArrayCalculator.cxx, line 398
vtkArrayCalculator (0E9F0E90): An error occured when parsing the calculator's function. See previous errors.
The position 4 corresponds to the position after the string "norm". So the function expects a "(" for the input of the functino norm and does not recognize that this is also an array name.
No tags attached.
duplicate of 0009208closed Zhanping Liu Calculator parsing issue 
Issue History
2010-04-12 11:13martin_bNew Issue
2010-04-20 14:46Robert MaynardStatusbacklog => tabled
2010-04-20 14:46Robert MaynardAssigned To => Robert Maynard
2010-05-06 14:11Robert MaynardRelationship addedduplicate of 0009208
2010-05-06 14:22Robert MaynardNote Added: 0020623
2010-05-06 14:22Robert MaynardDuplicate ID0 => 9208
2010-05-06 14:22Robert MaynardStatustabled => @80@
2010-05-06 14:22Robert MaynardResolutionopen => duplicate
2010-05-06 16:20Alan ScottNote Added: 0020630
2010-05-06 16:20Alan ScottStatus@80@ => closed

Notes
(0020623)
Robert Maynard   
2010-05-06 14:22   
Duplicate bug. Tested with 3.8.0 RC2 at it is fixed.
(0020630)
Alan Scott   
2010-05-06 16:20   
Tested local server, trunk, Windows.