X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorabund.cpp;h=90b825adbd8a7c0522f5be47db3a9009693bc735;hb=c53ef46b40b97c00e32bfd8c3924ce8c51b5cd7b;hp=6748bfe86af75f13a5c206577ed5a7f0d51fa6ae;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedsorabund.cpp b/sharedsorabund.cpp index 6748bfe..90b825a 100644 --- a/sharedsorabund.cpp +++ b/sharedsorabund.cpp @@ -27,13 +27,9 @@ EstOutput SorAbund::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "SorAbund", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the SorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/