#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 21 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 19 years ago by
| 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.

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.