]> git.donarmstrong.com Git - mothur.git/blobdiff - solow.cpp
added logfile feature
[mothur.git] / solow.cpp
index e227a9d2207c0f280c9840965a22789b7fe413cf..d29b9c9a7967d8683a1199609e06bae123cec632 100644 (file)
--- a/solow.cpp
+++ b/solow.cpp
@@ -26,13 +26,9 @@ EstOutput Solow::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, "Solow", "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);
-       }       
 }