X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetayc.cpp;fp=sharedthetayc.cpp;h=abb30e5a4608b9db863619f52141259bf00ba8b1;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=59cea4df6a8835210a33c2d1c815eb50550c6dbc;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/sharedthetayc.cpp b/sharedthetayc.cpp index 59cea4d..abb30e5 100644 --- a/sharedthetayc.cpp +++ b/sharedthetayc.cpp @@ -48,13 +48,9 @@ EstOutput ThetaYC::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the ThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "ThetaYC", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the ThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/