X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=goodscoverage.cpp;h=75baa7b0d2befb61d058853bcc7b959fe6b4b317;hp=61ffe418f1380ddb4d02fa216a5f6b6ada8b9d58;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=3117b1c3109121dff476997d3c5db5b47a77729b diff --git a/goodscoverage.cpp b/goodscoverage.cpp index 61ffe41..75baa7b 100644 --- a/goodscoverage.cpp +++ b/goodscoverage.cpp @@ -26,13 +26,9 @@ EstOutput GoodsCoverage::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the GoodsCoverage class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "GoodsCoverage", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the GoodsCoverage class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/