]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.cpp
created mothurOut class to handle logfiles
[mothur.git] / ace.cpp
diff --git a/ace.cpp b/ace.cpp
index 639a48f6e45ac2503bbfbea4d2ba368cfadcd293..1fde5118d2bbda9db313c83d5a87a2fec9d3a1ff 100644 (file)
--- a/ace.cpp
+++ b/ace.cpp
@@ -140,7 +140,7 @@ EstOutput Ace::getValues(SAbundVector* rank) {
                return data;
        }
        catch(exception& e) {
-               errorOut(e, "Ace", "getValues");
+               m->errorOut(e, "Ace", "getValues");
                exit(1);
        }
 }