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