glob2-devel
[Top][All Lists]
Advanced

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

Re: [glob2-devel] Cleanups...


From: simon schuler
Subject: Re: [glob2-devel] Cleanups...
Date: Mon, 24 Jan 2005 16:31:51 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041229

Stephane Magnenat wrote:

Thx a lot Simon.

Nuage, could you have a look and those improvements. If you agree, I apply the patch. If there is any problem, please report it there so Simon and you can discuss. Thx.

Steph

hmm, I just saw, that my first patch doesn't produce a 100% equivalent code in

-               for (int t=0; t<32; t++)
-                       for (int r=0; r<MAX_RESSOURCES; r++)
-                               for (int s=0; s<1; s++)
-                                       gradientUpdated[t][r][s]=false;
+               resetgradients=true;


was this intentionaly written like this?
          for (int s=0; s<1; s++)

looks a bit strange to me... shouldn't it have been for (int s=0; s<2; s++) ?

if it really has to be like it was, my code is wrong. But for me this looks, like there was a bug.




reply via email to

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