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