glob2-devel
[Top][All Lists]
Advanced

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

Re: [glob2-devel] Optimization suggestions (Map::updateLocalGradient())


From: Martin Voelkle
Subject: Re: [glob2-devel] Optimization suggestions (Map::updateLocalGradient())
Date: Tue, 4 Sep 2007 09:13:01 +0200

> > And another thing, now we're at reading code:
> > A couple of places in Map::updateLocalGradient(), there is code like this:
> >          if (xxi<0)
> >             xxi=0;
> >         else if (xxi>31)
> >             xxi=31;
> >        if (yyi<0)
> >             yyi=0;
> >         else if (yyi>31)
> >             xxi=31; // <-- Shouldn't this be yyi??
> > That last line does look like a typo (or more likely a copy'n'paste error?).
>
> Looks like. nuage wrote them (rev 990 and 1093). Is he still around to 
> comment?

I changed it anyway.

-- marv




reply via email to

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