]> git.donarmstrong.com Git - mothur.git/blobdiff - boneh.cpp
added logfile feature
[mothur.git] / boneh.cpp
index 32ec033e540dc24dbd8933aac8ac7e96b69f5bef..dc1475a4f2f9d0639d2aa234403bee0b3d3e1021 100644 (file)
--- a/boneh.cpp
+++ b/boneh.cpp
@@ -77,13 +77,9 @@ EstOutput Boneh::getValues(SAbundVector* sabund){
                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, "Boneh", "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);
-       }       
 }