close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 20 years ago

Last modified 18 years ago

#223 closed defect (fixed)

IntegrateQAG does not work!

Reported by: Jorge Owned by: Jorge
Priority: normal Milestone:
Component: Math Version: head
Severity: major Keywords:
Cc:

Description

Execute the following code. It seems that Integrate does not build correctly the
argument to evaluate the function. This code worked ok when initially was
implemented.

Real fun (Real x) {Real x+1};

Real IntegrateQAG(fun, 0, 1);

Change History (3)

comment:1 Changed 20 years ago by Jorge

Status: newassigned

comment:2 Changed 20 years ago by Jorge

Resolution: fixed
Status: assignedclosed

This bug is related with the change in the scope model. Now is fixed. The
function FastEvaluator should not be used anymore instead use Evaluator.

comment:3 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000222
dependson: 222
Note: See TracTickets for help on using tickets.