]> git.donarmstrong.com Git - mothur.git/blobdiff - rarecalc.cpp
changes while testing
[mothur.git] / rarecalc.cpp
index 88c704adfdf01d575ad835e9e04805845b1cf6ff..9145061255d415eb7a48749bdbaaa405b78425fd 100644 (file)
@@ -45,13 +45,9 @@ EstOutput RareCalc::getValues(int n){
                return output;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the RareCalc class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "RareCalc", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the RareCalc class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/