lsquares issue



On Tue, Jul 24, 2012 at 9:14 AM, Chris Maness <chris at chrismaness.com> wrote:

> When I go to load(lsquares).  I get the following error:
>
> (%i135) load(lsquares);
>
> [snip]

> ;
> ; caught STYLE-WARNING:
> ;   The variable I is defined but never used.
> ;
> ; compilation unit finished
> ;   caught 1 STYLE-WARNING condition
> (%o135)    /opt/local/share/maxima/5.20.1/share/contrib/lsquares.mac
>
> Any suggestions?  or is this only a warning message?
>
>
It's just a style warning and can be ignored.

(It's an issue with how f2cl translated the original Fortran to Lisp.)

Ray