X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=solow.cpp;h=d29b9c9a7967d8683a1199609e06bae123cec632;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=8c3d155add993c93a33719686baf3911641acde3;hpb=2bb51be6ba6a3fa741f2131d328cf21c395b506a;p=mothur.git diff --git a/solow.cpp b/solow.cpp index 8c3d155..d29b9c9 100644 --- a/solow.cpp +++ b/solow.cpp @@ -3,7 +3,7 @@ * Mothur * * Created by Thomas Ryabin on 5/13/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -26,14 +26,10 @@ EstOutput Solow::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, "Solow", "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); - } -}; +} /***********************************************************************/