X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ace.cpp;h=1fde5118d2bbda9db313c83d5a87a2fec9d3a1ff;hb=058715887611e00dc18324cb0bd4a4a8472530b3;hp=54d0946eab9cf0b2230ef45ef8749b1feecb9da0;hpb=e4827e0945cbda536064e5a345996b2a7dfcbb81;p=mothur.git diff --git a/ace.cpp b/ace.cpp index 54d0946..1fde511 100644 --- a/ace.cpp +++ b/ace.cpp @@ -140,13 +140,9 @@ EstOutput Ace::getValues(SAbundVector* rank) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Ace class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "Ace", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Ace class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/