X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparsedistancematrix.cpp;h=b315c487da1e39053307870560ca165d1068c49a;hb=01f8d2c7d982a6209211f5abbcf2a086fdf60d0a;hp=7d505239d88b4d817b3b6c5fd3609c6c18e785b4;hpb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;p=mothur.git diff --git a/sparsedistancematrix.cpp b/sparsedistancematrix.cpp index 7d50523..b315c48 100644 --- a/sparsedistancematrix.cpp +++ b/sparsedistancematrix.cpp @@ -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); } }