]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
testing
[mothur.git] / distancecommand.cpp
index e18defe2603a8781c0e928192582cab0120e4eae..23fe58c41fcf3e1a534ee5d0fbf8f809b3afdae2 100644 (file)
@@ -193,7 +193,7 @@ int DistanceCommand::execute(){
                //each process gets where it should start and stop in the file
                start = int (sqrt(float(pid)/float(processors)) * numSeqs);
                end = int (sqrt(float(pid+1)/float(processors)) * numSeqs);
-               
+       
                MPI_File outMPI;
                int amode=MPI_MODE_CREATE|MPI_MODE_WRONLY;