Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Typo in Ed's page?

Author: Ed Schröder

Date: 03:03:11 01/09/03

Go up one level in this thread


On January 09, 2003 at 03:17:12, Jarkko Pesonen wrote:

>  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
>                   ??

You are absolutely right, thanks for pointing out.

Ed


>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.