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