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