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