X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=preclustercommand.h;fp=preclustercommand.h;h=12dd2d2556fcef245794ff178171920f7f5f0b37;hb=8d341208b0cd0c7a4ff8b77c6b164e06f2f39610;hp=7be805f0083fca6819703f487d438257674d03df;hpb=e0c50fc42e953dbe258feb9bc1d1d7dc10fafff0;p=mothur.git diff --git a/preclustercommand.h b/preclustercommand.h index 7be805f..12dd2d2 100644 --- a/preclustercommand.h +++ b/preclustercommand.h @@ -329,7 +329,7 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ if (mismatch > pDataArray->diffs) { mismatch = length; break; } //to far to cluster } - if (mismatch <= diffs) { + if (mismatch <= pDataArray->diffs) { //merge alignSeqs[j].names += ',' + alignSeqs[i].names; alignSeqs[j].numIdentical += alignSeqs[i].numIdentical;