]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
reworked the classifiers summary file added groupfile option to classify.seqs, added...
[mothur.git] / distancecommand.cpp
index 10a99dd240ee862884d59b8570581ebbe129ef32..da5d0f157390cb1a70c666ac86a9ecae1221f095 100644 (file)
@@ -278,8 +278,7 @@ int DistanceCommand::execute(){
                                        delete buf;
 
                                        int count = 0;
-                                       while (count < fileSize) { //read 1000 characters at a time
-                                               //send freqs
+                                       while (count < fileSize) { 
                                                char buf2[1];
                                                MPI_File_read(inMPI, buf2, 1, MPI_CHAR, &status);
                                                MPI_File_write(outMPI, buf2, 1, MPI_CHAR, &status);