odea-project / qAlgorithms

GNU General Public License v3.0
6 stars 2 forks source link

l507 not used and l539 and l544 size_t cast for int values #2

Closed ricardo-cunha closed 8 months ago

ricardo-cunha commented 10 months ago

Hi Gerrit,

In qalgorithms.cpp, L507 is not used and in L539 and L544 the int values from the scales could be converted to size_t by casting. See my suggestion. Also, I noticed that a lot of trail white spaces were removed with the vscode. BTW, no bugs for TOF so far! ;)

Cheers, Ricardo