Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Simple quad-opteron test

Author: Robert Hyatt

Date: 20:52:33 12/03/03

Go up one level in this thread


On December 03, 2003 at 20:48:17, Jeremiah Penery wrote:

>I should add that there is a small bug in calling that code.
>
>Evaluate.c, line 28, should have 0 instead of 2.
>
>  int drawing=0;
>instead of
>  int drawing=2;
>
>Then line 52 should remove the '!'.
>
>  if (drawing) return(DrawScore(wtm));
>instead of
>  if (!drawing) return(DrawScore(wtm));
>
>It should work correctly then.

I just changed the source per the above...

19.7 will have that.



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.