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