gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] grid optimization


From: Paul Pogonyshev
Subject: [gnugo-devel] grid optimization
Date: Sun, 15 Dec 2002 13:08:39 +0200

from compute_grids() (mkpat.c):

  /*                              element: .  X  O  x  o  ,  a  ! */
  static const unsigned int and_mask[] = { 3, 3, 3, 1, 2, 3, 3, 1 };
                                                                ^^^
  static const unsigned int val_mask[] = { 0, 2, 1, 0, 0, 0, 0, 0 };

i believe the and_mask for `!' should be 3, not 1, right?

Paul



reply via email to

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