]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.cpp
added logfile feature
[mothur.git] / sharedthetan.cpp
index 0d7405cec5db7c6fd142b4b98619235a2ed74981..6396d1dd667ff348b9d9d281a762d986726538d3 100644 (file)
@@ -51,13 +51,9 @@ EstOutput ThetaN::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the ThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "ThetaN", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the ThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/