Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Simple quad-opteron test

Author: Jeremiah Penery

Date: 17:48:17 12/03/03

Go up one level in this thread


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.



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.