Hi Dave,<br><br>The binomial_w2 example is not working.  It walks out of an<br>array.  To fix it, the following line was commented out<br><br>===================================================================<br>--- src/df1b2-separable/f1b2fnl2.cpp    (revision 996)<br>+++ src/df1b2-separable/f1b2fnl2.cpp    (working copy)<br>@@ -77,7 +77,7 @@<br>     switch(hesstype)<br>     {<br>     case 2:<br>-      ++separable_calls_counter;<br>+      //++separable_calls_counter;<br>       if (saddlepointflag==2)<br>       {<br>         do_separable_stuff_x_u_block_diagonal(ff);<br><br><br>Is this okay?<br><br>JOhnoel