X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparsedistancematrix.cpp;h=b315c487da1e39053307870560ca165d1068c49a;hb=b866e1519a60681527244036428104ad1cb90c93;hp=8035e138c261ae427f02c17eeeb60a5db7e8d12f;hpb=0cefb55a2616975bd4a144fc345693695ffc9bb6;p=mothur.git diff --git a/sparsedistancematrix.cpp b/sparsedistancematrix.cpp index 8035e13..b315c48 100644 --- a/sparsedistancematrix.cpp +++ b/sparsedistancematrix.cpp @@ -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); } }