View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005214VTK(No Category)public2007-06-18 20:532008-02-14 10:02
ReporterSid Sydoriak 
Assigned ToDave DeMarle 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005214: Calculator fails on multiple argument functions
DescriptionvtkFunctionParser.cxx fails when an argument to a multiple argument function is a function (min,max,cross). For example,

min(2,ln(1))
min(ln(1),2)

error message:
There was a VTK Error in file: /home/sxs/paraview/paraview-2.6.1/ParaView-2.6.1/VTK/Common/vtkFunctionParser.cxx (1404)
 vtkFunctionParser (0x6279b00): Syntax error: expecting a variable name; see position 9

The workaround is
min(ln(1)+0,2)

But we don't want to have to explain workarounds to our customers. Also, I have developed an if(cond,trueVal,falseVal) that breaks the same way that min does, since I copy your code.

I am working on the code development team for Jim Ahrens at LANL.

Thanks,
   Sid
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0010477)
Dave DeMarle (administrator)
2008-02-13 11:27

duplicate of 3496. which is fixed.

 Issue History
Date Modified Username Field Change
2008-02-06 09:58 Jeff Baumes Assigned To Will Schroeder => Dave DeMarle
2008-02-13 11:27 Dave DeMarle Note Added: 0010477
2008-02-13 11:27 Dave DeMarle Status tabled => @80@
2008-02-13 11:27 Dave DeMarle Resolution open => duplicate
2008-02-14 10:02 Dave DeMarle Status @80@ => closed
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team