gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] pattern questions


From: Gunnar Farnebäck
Subject: Re: [gnugo-devel] pattern questions
Date: Wed, 29 Nov 2006 23:44:15 +0100

Alain wrote:
> > The fourth argument to trymove() is asymmetrical. ;-)
> 
> hmm , i'm not sure of the meaning of you wink ;-)
> 
> int 
> trymove(int pos, int color, const char *message, int str)
> {
>   UNUSED(str);
>   /* Do the real work elsewhere. */
>   if (!do_trymove(pos, color, 0))
> 
> the 4th argument is unused, so currently we dont care about it ?
> so it is symetrical ? or i misunderstand something ?

It was a joke and implicitly a poor excuse why I misestimated the code
when glancing through it. It is symmetrical enough.

/Gunnar




reply via email to

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