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