]> git.donarmstrong.com Git - mothur.git/blobdiff - formatphylip.cpp
created mothurOut class to handle logfiles
[mothur.git] / formatphylip.cpp
index d7211cf8c0a2b1b0ef08c8696e348358404ae369..aaf540aed0d800d111e1a8a7703520640a28d240 100644 (file)
@@ -209,7 +209,7 @@ void FormatPhylipMatrix::read(NameAssignment* nameMap){
                        
        }
        catch(exception& e) {
-               errorOut(e, "FormatPhylipMatrix", "read");
+               m->errorOut(e, "FormatPhylipMatrix", "read");
                 exit(1);
        }
 }