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