X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjabund.cpp;h=79c9f5223c3be4d4cdce4a1516db914169793fbc;hb=d01397212a287495d3d0ec00beea93759bf25402;hp=bedec32843323ac0a19248010060e430a7c097da;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git diff --git a/sharedjabund.cpp b/sharedjabund.cpp index bedec32..79c9f52 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"; + m->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); - } } /***********************************************************************/