]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / classifyseqscommand.cpp
index bbdf8119ad9332f49be4b1c71679b50fc51fe68d..0a1ef8823e35f687529c70de5ef29e7d33eb91fe 100644 (file)
@@ -461,7 +461,7 @@ int ClassifySeqsCommand::execute(){
                        for (int i = 0; i < lines.size(); i++) {  delete lines[i];  }  lines.clear();
                        
 #ifdef USE_MPI 
-                               int pid, end, numSeqsPerProcessor; 
+                               int pid, numSeqsPerProcessor; 
                                int tag = 2001;
                                vector<unsigned long int> MPIPos;