]> git.donarmstrong.com Git - mothur.git/blobdiff - uvest.cpp
added logfile feature
[mothur.git] / uvest.cpp
index 819be0af66bbdb23d989587ee4c6ca676677ea76..afc602284e7aadb41c9859441157588ec21b6198 100644 (file)
--- a/uvest.cpp
+++ b/uvest.cpp
@@ -80,15 +80,9 @@ EstOutput UVEst::getUVest(vector<SharedRAbundVector*> shared) {
                return results;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the UVEst class Function getUVest. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "UVEst", "getUVest");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the UVEst class Function getUVest. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
-
-
 }
 
 /***********************************************************************/