]> git.donarmstrong.com Git - mothur.git/blobdiff - weighted.cpp
created mothurOut class to handle logfiles
[mothur.git] / weighted.cpp
index 8a312297cc677ffb78aec597bf8128efbf500a0f..9a0d5d26d339aba5618e4811e65427fb61d9e251 100644 (file)
@@ -127,7 +127,7 @@ EstOutput Weighted::getValues(Tree* t) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Weighted", "getValues");
+               m->errorOut(e, "Weighted", "getValues");
                exit(1);
        }
 }
@@ -225,7 +225,7 @@ EstOutput Weighted::getValues(Tree* t, string groupA, string groupB) {
                return data; 
        }
        catch(exception& e) {
-               errorOut(e, "Weighted", "getValues");
+               m->errorOut(e, "Weighted", "getValues");
                exit(1);
        }
 }