Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Fix

Author: Eugene Nalimov

Date: 10:56:13 01/23/05

Go up one level in this thread


On January 23, 2005 at 06:51:05, Dieter Buerssner wrote:

>Here it is line 6451, which reads
>
>		if ((NULL == fp) && (iTb <= tbid_kqqkq))
>			{
>			// Check for kxykznb?.emd (8+3 format)
>
>change it to
>
>#if defined (T41_INCLUDE)
>		if ((NULL == fp) && (iTb <= tbid_kqqqk))
>#else
>		if ((NULL == fp) && (iTb <= tbid_kqqkq))
>#endif
>
>Idea should be clear. I wonder, why this has to be restricted anyway?

Thank you for the bug report. In the future please send me separate e-mail, as I
am not reading CCC daily.

Why it is limited -- look at the comment two lines below:

// Check for kxykznb?.emd (8+3 format)

8+3 format does not work for 6-men TBs.

Thanks,
Eugene

>My first post did forget to mention other naming conventions supported as well.
>
>kpk_nbw.emd and kpk_nbw_emd
>
>Regards,
>Dieter



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.