X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ace.cpp;h=1fde5118d2bbda9db313c83d5a87a2fec9d3a1ff;hb=2431fce75705f16d6d7cab7a6f5fe02051d82ca5;hp=639a48f6e45ac2503bbfbea4d2ba368cfadcd293;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/ace.cpp b/ace.cpp index 639a48f..1fde511 100644 --- 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); } }