X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedsorest.cpp;h=d3ae59e6c119c90989eb72fbb61b35c7085bcbe8;hb=6d12ed0ba66fb35e9e2781fe3ca361e2293f2476;hp=91191d5e9ec85c7b8b1f918148c9a9dfba69fa44;hpb=e81e076cbba02b37cd338370aaa32acaf1407c29;p=mothur.git diff --git a/sharedsorest.cpp b/sharedsorest.cpp index 91191d5..d3ae59e 100644 --- a/sharedsorest.cpp +++ b/sharedsorest.cpp @@ -51,13 +51,9 @@ EstOutput SorEst::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "SorEst", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the SorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/