]> git.donarmstrong.com Git - mothur.git/blobdiff - goodscoverage.cpp
changes while testing
[mothur.git] / goodscoverage.cpp
index 61ffe418f1380ddb4d02fa216a5f6b6ada8b9d58..75baa7b0d2befb61d058853bcc7b959fe6b4b317 100644 (file)
@@ -26,13 +26,9 @@ EstOutput GoodsCoverage::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the GoodsCoverage class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "GoodsCoverage", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the GoodsCoverage class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/