]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.cpp
changes while testing
[mothur.git] / coverage.cpp
index a93cbf335f8807d7f967d375fbbc3f14be211e77..aebe66f1e0814f7a41fb9694403f87919fbcc660 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";
+               m->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);
-       }       
-};
+}
 
 
 /***********************************************************************/