]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.cpp
created mothurOut class to handle logfiles
[mothur.git] / unweighted.cpp
index e6ed0eb83e7a71d2fd34e4b0fc7627c1368b5d6e..5bf6ee3616fb39f6d9ea4a3b4d048e45962f6c33 100644 (file)
@@ -132,7 +132,7 @@ EstOutput Unweighted::getValues(Tree* t) {
        
        }
        catch(exception& e) {
-               errorOut(e, "Unweighted", "getValues");
+               m->errorOut(e, "Unweighted", "getValues");
                exit(1);
        }
 }
@@ -277,7 +277,7 @@ EstOutput Unweighted::getValues(Tree* t, string groupA, string groupB) {
        
        }
        catch(exception& e) {
-               errorOut(e, "Unweighted", "getValues");
+               m->errorOut(e, "Unweighted", "getValues");
                exit(1);
        }
 }