gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] rotate(i, j, &i, &j, ...)


From: Gunnar Farneback
Subject: Re: [gnugo-devel] rotate(i, j, &i, &j, ...)
Date: Mon, 15 Oct 2001 19:54:36 +0200
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode)

Teun wrote:
> No. The way C passes arguments, i and j in rotate are copies of
> the values in the calling routine. So *ri modifies the value
> in the calling routine, not the local one.

I guess I shouldn't try to analyze code too late at night. Of course
this is okay.

/Gunnar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]