]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.cpp
another pds fix to sffinfo
[mothur.git] / sharedthetan.cpp
index 0d7405cec5db7c6fd142b4b98619235a2ed74981..d118be94baca17e01f9cc11ce2e437f2955c4063 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";
+               m->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);
-       }       
 }
 
 /***********************************************************************/