diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-29 13:25:27 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-29 13:25:27 -0400 |
commit | be6667e95f04bd65475d71c16d2789792c1e787e (patch) | |
tree | 9278682dd92242ac9e4f178416549b9bf34a7738 /LICENSE | |
parent | a6a9c32bae2aa0b620c7ea4497885f23bdf84265 (diff) |
Fix a nasty bug in kmer-counting code
Memset of course does not deal properly with the unsigned long long type
so we need to compensate by doing sizeof(unsigned long long) * width to
fix the issue
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions