OpenPIV / openpiv-c--qt

C++ with Qt frontend (superfast) version of OpenPIV
http://www.openpiv.net
GNU General Public License v3.0
22 stars 17 forks source link

possible error in gaussiansubpixel.cpp #10

Closed rcojocaru closed 2 years ago

rcojocaru commented 7 years ago

Hi.

I think that the final < should be a > in line 65: if (!(i < (maxI+1) && i > (maxI-1) && j < (maxJ+1) && j < (maxJ-1))) in gaussiansubpixel.cpp (https://github.com/OpenPIV/openpiv-c--qt/blob/master/src/gaussiansubpixel.cpp).

timdewhirst commented 2 years ago

closing as this code had been replaced.