X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=goodscoverage.cpp;h=75baa7b0d2befb61d058853bcc7b959fe6b4b317;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=07b78b33a2005e27341893d29b23fb189d71c34b;hpb=c196b6b4768ccb84955d773ff0f22e4994d1ba7b;p=mothur.git diff --git a/goodscoverage.cpp b/goodscoverage.cpp index 07b78b3..75baa7b 100644 --- a/goodscoverage.cpp +++ b/goodscoverage.cpp @@ -3,7 +3,7 @@ * Mothur * * Created by Thomas Ryabin on 4/8/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -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); - } } /***********************************************************************/