]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsedistancematrix.cpp
added classify.shared command and random forest files. added count file to pcr.seqs...
[mothur.git] / sparsedistancematrix.cpp
index 8035e138c261ae427f02c17eeeb60a5db7e8d12f..b315c487da1e39053307870560ca165d1068c49a 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;
@@ -126,7 +126,7 @@ ull SparseDistanceMatrix::getSmallestCell(ull& row){
                return col;
        }
        catch(exception& e) {
-               m->errorOut(e, "SparseMatrix", "getSmallestCell");
+               m->errorOut(e, "SparseDistanceMatrix", "getSmallestCell");
                exit(1);
        }
 }
@@ -141,7 +141,7 @@ int SparseDistanceMatrix::sortSeqVec(){
         return 0;
     }
        catch(exception& e) {
-               m->errorOut(e, "SparseMatrix", "getSmallestCell");
+               m->errorOut(e, "SparseDistanceMatrix", "sortSeqVec");
                exit(1);
        }
 }