gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] reenable delta territory cache


From: Arend Bayer
Subject: [gnugo-devel] reenable delta territory cache
Date: Wed, 25 Jun 2003 01:19:13 +0200 (CEST)

There was an oops when I committed arend_3_20.4 to CVS, disabling
the delta territory cache completely.

Arend


Index: engine/influence.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/influence.c,v
retrieving revision 1.83
diff -u -p -r1.83 influence.c
--- engine/influence.c  9 Jun 2003 16:05:32 -0000       1.83
+++ engine/influence.c  24 Jun 2003 23:19:54 -0000
@@ -1707,9 +1707,6 @@ retrieve_delta_territory_cache(int pos,
   ASSERT_ON_BOARD1(pos);
   ASSERT1(IS_STONE(color), pos);

-#if 1
-  return 0;
-#endif
   /* We check whether the color, the board position, or the base influence
    * data has changed since the cache entry got entered.
    */






reply via email to

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