Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: list_get_index not found

Author: Roman Hartmann

Date: 07:42:24 09/05/05

Go up one level in this thread


On September 05, 2005 at 09:45:19, Thomas Cutter wrote:

>On September 04, 2005 at 18:13:20, Jarkko Pesonen wrote:
>
>>
>>// search.cpp
>
>[many lines snipped]
>
>>      if (DispDepthEnd) {
>>         send("info depth %d seldepth %d time %.0f nodes " S64_FORMAT " nps
>>%.0f",depth,SearchCurrent->max_depth,SearchCurrent->time*1000.0,SearchCurrent->node_nb,SearchCurrent->speed);
>>      }
>>	  if(SearchRoot->multiPV > 1){
>>		  idx=list_get_index( SearchRoot->list, SearchBest->move);
>
>
>list_get_index does not seem to be part of the whole thing. Or do I miss
>something?
>
>
>Regards Thomas

Indeed, the definition of list_get_index (..) seems to be missing. Probably
Jarkko just forgot to post the changed list.cpp and list.h as well.

Roman



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.