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