X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.cpp;h=da5d0f157390cb1a70c666ac86a9ecae1221f095;hb=cd9dbd8b53bbe32af3e9c6bead4aa6d796a278a5;hp=10a99dd240ee862884d59b8570581ebbe129ef32;hpb=6f4b9401f7deb8aaf0d87659298308f4138cc3b0;p=mothur.git diff --git a/distancecommand.cpp b/distancecommand.cpp index 10a99dd..da5d0f1 100644 --- a/distancecommand.cpp +++ b/distancecommand.cpp @@ -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);