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