]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsedistancematrix.cpp
fixed subsample name file name issue. added count parameter to cluster command....
[mothur.git] / sparsedistancematrix.cpp
index 8035e138c261ae427f02c17eeeb60a5db7e8d12f..7d505239d88b4d817b3b6c5fd3609c6c18e785b4 100644 (file)
@@ -118,7 +118,7 @@ ull SparseDistanceMatrix::getSmallestCell(ull& row){
                        }
                }
         
-               random_shuffle(mins.begin(), mins.end());  //randomize the order of the iterators in the mins vector
+               //random_shuffle(mins.begin(), mins.end());  //randomize the order of the iterators in the mins vector
         
         row = mins[0].row;
         ull col = mins[0].col;