Thank you Dave.  And thanks to all who replied. Of course I was looking at the memory address instead of the value! D'oh.<br><br>I found another, probably more common way to do this--<br>declare in the PARAMETER_SECTION:<br>objective_function_value f;<br>then in the REPORT_SECTION:<br>report<<f<<endl;<br><br>Chris<br><br><br>----- Original Message -----<br>From: dave fournier <davef@otter-rsch.com><br>Date: Sunday, October 3, 2010 10:52 pm<br>Subject: Re: [ADMB Users] Objective function value in 64 bit ADMB<br>To: users@admb-project.org<br><br>> try<br>> <br>>    report<<  <br>> *objective_function_value::pobjfun<<  endl;<br>> <br>> <br>> _______________________________________________<br>> Users mailing list<br>> Users@admb-project.org<br>> http://lists.admb-project.org/mailman/listinfo/users<br>>