X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=efron.cpp;h=9ddcdfa6307a4a40e27cb2281fe2fc70389371fd;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=62d924bb7a4641bc85de3802b6ca1f45d8b06a8f;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/efron.cpp b/efron.cpp index 62d924b..9ddcdfa 100644 --- a/efron.cpp +++ b/efron.cpp @@ -8,7 +8,6 @@ */ #include "efron.h" -#include /***********************************************************************/ EstOutput Efron::getValues(SAbundVector* rank){ @@ -28,13 +27,9 @@ EstOutput Efron::getValues(SAbundVector* rank){ return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Coverage class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "Efron", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Coverage class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } }