View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010750ParaViewBugpublic2010-05-24 09:162016-08-12 09:58
ReporterMichael Deveau 
Assigned ToRobert Maynard 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.8 
Target VersionFixed in Version 
Summary0010750: Calculator Filter Cannot Handle Variables With Special Characters
DescriptionWhen 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

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

 Issue History
Date Modified Username Field Change
2010-05-24 09:16 Michael Deveau New Issue
2010-05-24 09:21 Robert Maynard Status backlog => tabled
2010-05-24 09:21 Robert Maynard Assigned To => Robert Maynard
2016-08-12 09:58 Kitware Robot Note Added: 0037829
2016-08-12 09:58 Kitware Robot Status expired => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team