]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.cpp
added logfile feature
[mothur.git] / bootstrap.cpp
index 2cba2fe08274827a5852116a43dc0994289285f6..649a6028e84fb338ceba0d86bca8d75a138a0be7 100644 (file)
@@ -32,13 +32,9 @@ EstOutput Bootstrap::getValues(SAbundVector* rank){
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Bootstrap class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "Bootstrap", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Bootstrap class function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/