X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorabund.cpp;fp=sharedsorabund.cpp;h=7b472a7b263cfc3863720ccfcf97ba754eeaa043;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=6748bfe86af75f13a5c206577ed5a7f0d51fa6ae;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/sharedsorabund.cpp b/sharedsorabund.cpp index 6748bfe..7b472a7 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"; + 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); - } } /***********************************************************************/