]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsematrix.cpp
added hcluster command and fixed some bugs, namely one with smart distancing.
[mothur.git] / sparsematrix.cpp
index 8a873f74c2441c4dd50f20450ebe4882227ce32b..7477bd9365fa2f8c77319c0b6c0cb1f94ac85f24 100644 (file)
@@ -153,7 +153,7 @@ PCell* SparseMatrix::getSmallestCell(){
                                }
 
                        }
-//                     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
 
                        for(int i=0;i<mins.size();i++){
                                mins[i]->vectorMap = &mins[i];  //assign vectorMap to the address for the container