X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=whittaker.cpp;h=8688edd3871ca05542a06dd2432dd094ab948889;hb=a5af3313f0221a8b41aa362d72eadb60a4dd6e27;hp=3b179111a854e934b6f9d05e231649796e5565a3;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/whittaker.cpp b/whittaker.cpp index 3b17911..8688edd 100644 --- a/whittaker.cpp +++ b/whittaker.cpp @@ -27,13 +27,9 @@ EstOutput Whittaker::getValues(vector shared){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Whittaker class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "Whittaker", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Whittaker class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } -/***********************************************************************/ \ No newline at end of file +/***********************************************************************/