X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.cpp;h=a68da6b05731ee214415e83d76fcb994bcd69dae;hb=a688f253166590ee0b256f02e02f47c9cae44fd1;hp=4846e20935757e2ed062bf95d56bd229c101fc28;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedlennon.cpp b/sharedlennon.cpp index 4846e20..a68da6b 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"; + m->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); - } } /***********************************************************************/