gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] set_depth_values() patch


From: Arend Bayer
Subject: Re: [gnugo-devel] set_depth_values() patch
Date: Sun, 22 Sep 2002 18:23:36 +0200 (CEST)

On Sun, 22 Sep 2002, Gunnar Farneback wrote:

> > --- engine/value_moves.c    16 Sep 2002 07:27:49 -0000      1.53
> > +++ engine/value_moves.c    18 Sep 2002 20:57:00 -0000
> > @@ -1741,7 +1741,7 @@
> >     */
> >    this_value = 0.0;
> >
> > -  if (move[pos].move_safety == 1 && safe_move(pos, color) == WIN)
> > +  if (move[pos].move_safety == 1 && safe_move(pos, color))
> >      saved_stones[pos] = INFLUENCE_SAVED_STONE;
> >    else
> >      saved_stones[pos] = INFLUENCE_CAPTURED_STONE;

Rrrrrrgs...

> This change is not quite innocent.

...and wasn't supposed to go into this patch, of course. Thanks a lot
for spotting this. I will revert that in CVS.

Arend






reply via email to

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