]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.cpp
fixed bug with hcluster
[mothur.git] / shen.cpp
index 3d1c2778387a0beec550a0c6086b9fb06281338d..0d515eb19487905608c341ddb536e82436a93938 100644 (file)
--- a/shen.cpp
+++ b/shen.cpp
@@ -33,14 +33,10 @@ EstOutput Shen::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, "Shen", "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);
-       }       
-};
+}
 
 
 /***********************************************************************/