Computer Chess Club Archives


Search

Terms

Messages

Subject: Typo in Ed's page?

Author: Jarkko Pesonen

Date: 00:17:12 01/09/03


  In King Safety in REBEL

There is

  flag = flag | WB[F5];                        // update attack pattern
  flag = flag | WB[G5];                        // update attack pattern
  flag = flag | WB[F5];                        // update attack pattern

Should it be?

  flag = flag | WB[F5];                        // update attack pattern
  flag = flag | WB[G5];                        // update attack pattern
  flag = flag | WB[H5];                        // update attack pattern
                   ??


Jarkko



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.