X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparsedistancematrix.cpp;h=b315c487da1e39053307870560ca165d1068c49a;hb=38029939675c5bf5e449eac90f801b35064b3a36;hp=7d505239d88b4d817b3b6c5fd3609c6c18e785b4;hpb=f687723a8357916e86a05116978e6869b039ce36;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); } }