gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] Persistent cache


From: bump
Subject: Re: [gnugo-devel] Persistent cache
Date: Tue, 5 Nov 2002 06:27:14 -0800

> By the way, I found this in persistent.c around line 452
> 
> if ((ON_BOARD(SOUTH(k)) && active[SOUTH(k)] > 0 && active[SOUTH(k)] < 4)
>     || (ON_BOARD(WEST(k)) && active[WEST(k)] > 0 && active[WEST(k)] < 4)
>     || (ON_BOARD(NORTH(k)) && active[NORTH(k)] > 0 && active[NORTH(k)] < 4)
>     || (ON_BOARD(EAST(k)) && active[EAST(k)] > 1 && active[EAST(k)] < 4))
>                                               ^^^
> Is this a feature ? ---------------------------+
> 
> If yes, it should be documented IMHO. If not...

Assuming this is a typo, I changed this in the CVS.

Dan




reply via email to

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