X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ace.cpp;fp=ace.cpp;h=639a48f6e45ac2503bbfbea4d2ba368cfadcd293;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=54d0946eab9cf0b2230ef45ef8749b1feecb9da0;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/ace.cpp b/ace.cpp index 54d0946..639a48f 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"; + 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); - } } /***********************************************************************/