]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
created mothurOut class to handle logfiles
[mothur.git] / parsimony.cpp
index db6ed1d862d4ee3d9a4037b672ee63cdcacd03a6..16c7748e76a50337df471e414543ac982a19a6b0 100644 (file)
@@ -123,7 +123,7 @@ EstOutput Parsimony::getValues(Tree* t) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Parsimony", "getValues");
+               m->errorOut(e, "Parsimony", "getValues");
                exit(1);
        }
 }