Rearranging lbfgs code



On Thu, Jan 8, 2009 at 9:07 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:

> Since I need to run f2cl over the existing Fortran code, I'd like to
> rearrange the lbfgs code.  Basically, I just need to move each of the
> functions in lbfgs.f into it's own file so that we can compile them in
> the right order.   This gets around the issue that Robert had to
> manually reorder the lbfgs.lisp file to get rid of some warnings and
> such.

OK by me.

Robert