MantisBT - ParaView
View Issue Details
0010750ParaViewBugpublic2010-05-24 09:162016-08-12 09:58
Michael Deveau 
Robert Maynard 
normalminoralways
closedmoved 
3.8 
 
0010750: Calculator Filter Cannot Handle Variables With Special Characters
When using the calculator filter, calculations involving variables with special characters in their names throw errors. One of the more prominent ones is variables that contain numbers as part of their name.
I had an issue with the number being the first character, but this bug may occur if the number is at any position; I did not test that.
For example, if we had scalars containing pressure data called 3DPRES_X, 3DPRES_Y and 3DPRES_Z we might try the following:
(iHat * 3DPRES_X) + (jHat * 3DPRES_Y) + (kHat * 3DPRES_Z)
to make a new vector.
ParaView will complain that there is an operator missing, it expects:

(iHat * 3 * DPRES_X), etc. However, DPRES_X is not a variable name.
No tags attached.
Issue History
2010-05-24 09:16Michael DeveauNew Issue
2010-05-24 09:21Robert MaynardStatusbacklog => tabled
2010-05-24 09:21Robert MaynardAssigned To => Robert Maynard
2016-08-12 09:58Kitware RobotNote Added: 0037829
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved

Notes
(0037829)
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.