]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.cpp
added logfile feature
[mothur.git] / sharedace.cpp
index 34ad28bec83ffd580e29aca410a3c2afb0a554d9..61a7c74e8b36496ee213d7eb26ee3ef277f1b686 100644 (file)
@@ -100,14 +100,9 @@ EstOutput SharedAce::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SharedAce class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "SharedAce", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the SharedAce class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
-
 }
 /***********************************************************************/