]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.cpp
pat's ../ bug fix - test
[mothur.git] / coverage.cpp
index a93cbf335f8807d7f967d375fbbc3f14be211e77..16d2644242c5b360bd3fbc1e9a0719311f99f6fd 100644 (file)
@@ -20,14 +20,10 @@ EstOutput Coverage::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Coverage class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "Coverage", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Coverage class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
-};
+}
 
 
 /***********************************************************************/