]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.h
added get.dists and remove.dists commands. fixed bug in trim.seqs windows paralelliza...
[mothur.git] / trimseqscommand.h
index 2ab7de3e7fc62835429581757fda19f25abad030..80e1ebe1a00e2f56ec19a6f23c3ba890af1c4f10 100644 (file)
@@ -399,7 +399,7 @@ static DWORD WINAPI MyTrimThreadFunction(LPVOID lpParam){
                     string thisGroup = "";
                     if (pDataArray->createGroup) {
                                                if(pDataArray->barcodes.size() != 0){
-                                                       string thisGroup = pDataArray->barcodeNameVector[barcodeIndex];
+                                                       thisGroup = pDataArray->barcodeNameVector[barcodeIndex];
                                                        if (pDataArray->primers.size() != 0) { 
                                                                if (pDataArray->primerNameVector[primerIndex] != "") { 
                                                                        if(thisGroup != "") {