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 17 years ago

Closed 17 years ago

#544 closed defect (fixed)

Tol crash with FibonacciMin function

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: Kernel Version: head
Severity: blocker Keywords:
Cc:

Description

This code is obviously errorneous due to beta_ is not defined

Real S2(Real delta)
{

beta_(1-delta)

};

Real delta_=0.5;
Real s2_ = FibonacciMin(S2,delta_,0,1,0.001);

But TOL aborts with a "pure virtual call" message and this is a inadmisible behaviour.

Change History (1)

comment:1 Changed 17 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000544
Resolution: fixed
Status: newclosed

Problem has been fixed in CVS. Argument list of evaluators is destroyed even when there are errors during the evaluation

Note: See TracTickets for help on using tickets.