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