BIO-DIKU / klust

Efficient DNA/RNA sequence clustering using *k*-mers as an approximation for sequence similarity.
GNU General Public License v2.0
3 stars 2 forks source link

fixed uninitialized loop variable and changed to using size_t types #35

Closed ahovgaard closed 9 years ago

ahovgaard commented 9 years ago

i should be initialized (it doesn't currently compile) and size_t is preferable to unsigned int.