gnugo-devel
[Top][All Lists]
Advanced

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

RE: [gnugo-devel] nando_3_9.4c


From: Portela Fernand
Subject: RE: [gnugo-devel] nando_3_9.4c
Date: Sun, 29 Sep 2002 18:42:21 +0200

Dan wrote:

> Unfortunately this is not true. (...)

Dammit! I sent the wrong patch. Is it ok with this ?

/nando

--- nando_3_9.4c.wrong  2002-09-29 02:36:16.000000000 +0200
+++ nando_3_9.4c        2002-09-29 18:45:11.000000000 +0200
@@ -741,13 +741,13 @@
            && min_eyes(&probable_eyes) >= 2
            && !matches_found)) {
        const char *live_reason = "";
++      int acode = 0;
++      int mpos = NO_MOVE;
 +      /*
 +       * We need to check here if there's a worm under atari. If yes,
 +       * locate it and report a (gote) GAIN.
 +       */
-+      int acode = 0;
-+      int mpos = NO_MOVE;
-+      if (goal_worm_computed) {
++      if (experimental_owl_ext && goal_worm_computed) {
 +      int size = 0;
 +      saveworm = MAX_GOAL_WORMS;
 +      for (k = 0; k < MAX_GOAL_WORMS; k++) {




reply via email to

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