]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.cpp
added logfile feature
[mothur.git] / coverage.cpp
index 441a029c264c913e420c4c81ac7d9d3191332709..16d2644242c5b360bd3fbc1e9a0719311f99f6fd 100644 (file)
@@ -20,13 +20,9 @@ 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);
-       }       
 }