]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.cpp
added logfile feature
[mothur.git] / ace.cpp
diff --git a/ace.cpp b/ace.cpp
index 54d0946eab9cf0b2230ef45ef8749b1feecb9da0..639a48f6e45ac2503bbfbea4d2ba368cfadcd293 100644 (file)
--- a/ace.cpp
+++ b/ace.cpp
@@ -140,13 +140,9 @@ EstOutput Ace::getValues(SAbundVector* rank) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Ace class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "Ace", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Ace class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/