X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=coverage.cpp;h=aebe66f1e0814f7a41fb9694403f87919fbcc660;hp=a93cbf335f8807d7f967d375fbbc3f14be211e77;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=477e76a8a79b60f6cd4253324dd830bdea25e3e9 diff --git a/coverage.cpp b/coverage.cpp index a93cbf3..aebe66f 100644 --- a/coverage.cpp +++ b/coverage.cpp @@ -20,14 +20,10 @@ EstOutput Coverage::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Coverage class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "Coverage", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Coverage class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } -}; +} /***********************************************************************/