X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedace.cpp;fp=sharedace.cpp;h=61a7c74e8b36496ee213d7eb26ee3ef277f1b686;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=34ad28bec83ffd580e29aca410a3c2afb0a554d9;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/sharedace.cpp b/sharedace.cpp index 34ad28b..61a7c74 100644 --- a/sharedace.cpp +++ b/sharedace.cpp @@ -100,14 +100,9 @@ EstOutput SharedAce::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SharedAce class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "SharedAce", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the SharedAce class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } - } /***********************************************************************/