CirclingWind: fix filter in nested loop
commitb170cf6a809368cce182fb95e699d48e59964175
authorMax Kellermann <max@duempel.org>
Tue, 16 Apr 2013 00:06:24 +0000 (16 02:06 +0200)
committerMax Kellermann <max@duempel.org>
Tue, 16 Apr 2013 00:06:24 +0000 (16 02:06 +0200)
tree57000fde40fc9c24b258f3e1cb372450cf2d4214
parent33c63bbf895faf8a5f049c437583c497aa4bbb94
CirclingWind: fix filter in nested loop

This was wrong, because "i" is the offset from the current sample, not
the absolute index.  This commit fixes more bogus wind estimates.
src/Computer/Wind/CirclingWind.cpp