]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.cpp
added logfile feature
[mothur.git] / shen.cpp
index 3d1c2778387a0beec550a0c6086b9fb06281338d..2be566caa5232006cc073e9d59798dbbea43915b 100644 (file)
--- a/shen.cpp
+++ b/shen.cpp
@@ -33,13 +33,9 @@ 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);
-       }       
 };