X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chao1.cpp;fp=chao1.cpp;h=b601b51f727490aeb3804f23b2aaa20ef1fad135;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=7757fb0c776bd2e87916b025e8478a62d96d2257;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/chao1.cpp b/chao1.cpp index 7757fb0..b601b51 100644 --- a/chao1.cpp +++ b/chao1.cpp @@ -60,13 +60,9 @@ EstOutput Chao1::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Chao1 class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "Chao1", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Chao1 class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/