X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpson.cpp;h=d260800a9f80368295c2c1a099dd0a3dd3af8a30;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=758c4a39b8d7638b2abf07b37539b71e56de7ed2;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/simpson.cpp b/simpson.cpp index 758c4a3..d260800 100644 --- a/simpson.cpp +++ b/simpson.cpp @@ -58,13 +58,9 @@ EstOutput Simpson::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Simpson class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "Simpson", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Simpson class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/