opensubscriber
   Find in this group all groups
 
Unknown more information…

m : mit-scheme-users@gnu.org 12 July 2012 • 9:39AM -0400

Re: [MIT-Scheme-users] ERROR: Wrong number of arguments to #<procedure ......
by Simon Huskier

REPLY TO AUTHOR
 
REPLY TO GROUP




>    (define (eps-func p)
>      (let* ((lattice->cartesian p)
>        ...
>
> You probably want to change this to
>
> (define (eps-func p)
>   (let* ((p (lattice->cartesian p))
>     ...
>

This is really make sense to me! Now p is the cartesian coordinate, and
then we can make values for x, y, and z. And it is also reasonable for the
LET statement.

I will try it and see the results, but it takes a long time to run the
program.

Thank you very much, Campbell.

Regards,

Simon

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.