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