]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedbraycurtis.cpp
added sort parameter to get.otulist
[mothur.git] / sharedbraycurtis.cpp
index 9a63cdf9c0a3cbf37fd2ef179ef5bd8ff3229bc7..e8512d4b95bf3d2d32e058ca5c0b250d25609979 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";
+               m->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);
-       }       
-
-
 }
 
 /***********************************************************************/