]> git.donarmstrong.com Git - mothur.git/blobdiff - boneh.cpp
added hcluster command and fixed some bugs, namely one with smart distancing.
[mothur.git] / boneh.cpp
index f5c8f90a175aa8d8e54190b7e49e8df9bf0cb683..dc1475a4f2f9d0639d2aa234403bee0b3d3e1021 100644 (file)
--- a/boneh.cpp
+++ b/boneh.cpp
@@ -77,14 +77,10 @@ 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);
-       }       
-};
+}
 
 
 /***********************************************************************/