]> git.donarmstrong.com Git - mothur.git/blobdiff - sparsedistancematrix.cpp
changes while testing 1.27
[mothur.git] / sparsedistancematrix.cpp
index 7d505239d88b4d817b3b6c5fd3609c6c18e785b4..b315c487da1e39053307870560ca165d1068c49a 100644 (file)
@@ -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);
        }
 }