]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.cpp
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / chimeraccodecommand.cpp
index 286681a51d78de92590d7677a2e67a3c70fcaec1..223ddb23c1bec61748ce62217001dfac04b565ac 100644 (file)
@@ -272,7 +272,7 @@ int ChimeraCcodeCommand::execute(){
                        
                #ifdef USE_MPI
                
-                               int pid, end, numSeqsPerProcessor; 
+                               int pid, numSeqsPerProcessor; 
                                int tag = 2001;
                                vector<unsigned long int> MPIPos;
                                                                
@@ -550,7 +550,7 @@ int ChimeraCcodeCommand::driverMPI(int start, int num, MPI_File& inMPI, MPI_File
                                        if (m->control_pressed) {       delete candidateSeq; return 1;  }
                
                                        //print results
-                                       bool isChimeric = chimera->print(outMPI, outAccMPI);
+                                       chimera->print(outMPI, outAccMPI);
                                }
                        }
                        delete candidateSeq;