]> git.donarmstrong.com Git - mothur.git/blobdiff - singlelinkage.cpp
created mothurOut class to handle logfiles
[mothur.git] / singlelinkage.cpp
index 17626156013e2994185e9cf6f284f69c2f63367c..fe5adca04ac1659cf88ac3c8df311aeead91709c 100644 (file)
@@ -80,7 +80,7 @@ void  SingleLinkage::update(){
                removeCell(rowCells[rowInd], -1 , -1);
        }
        catch(exception& e) {
-               errorOut(e, "SingleLinkage", "update");
+               m->errorOut(e, "SingleLinkage", "update");
                exit(1);
        }
 }
@@ -97,7 +97,7 @@ bool SingleLinkage::updateDistance(MatData& colCell, MatData& rowCell) {
                return(changed);
        }
        catch(exception& e) {
-               errorOut(e, "SingleLinkage", "updateDistance");
+               m->errorOut(e, "SingleLinkage", "updateDistance");
                exit(1);
        }
 }