bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] movefilter -- line 3210 in eval.c


From: Øystein O Johansen
Subject: Re: [Bug-gnubg] movefilter -- line 3210 in eval.c
Date: Tue, 3 Dec 2002 15:47:35 +0100

> Try with
>
> static mfBasic = { 0, 0, 0, 0 };
>
> ...
>
>    for( iPly = 0; iPly < nPlies; ++iPly ) {
>      movefilter* mFilter =
>     (iPly < MAX_FILTER_PLIES) ? &mFilters[iPly] : &mfBasic;

Works, except that it has to be:

static movefilter mfBasic = { 0, 0, 0.0 };

-Øystein




-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]