gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel]


From: bump
Subject: Re: [gnugo-devel]
Date: Tue, 10 Jun 2003 17:09:52 -0700

> In init_influence(), the declaration
> 
>    float t = cosmic_importance;
> 
> should be just :
> 
>    float t;
> 
> and the variable should be assignated its value only after
> the if-else block, because cosmic_importance changes in the test:

Sorry, I fixed it and reposted the patch as stephane_3_22.1b.

Why is the loop unrolling changed?

Dan






reply via email to

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