]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.cpp
removed "shared" from some of the calculator names and classes
[mothur.git] / sharedsorabund.cpp
index e8953819decf34c6f90efec99da646a7ca38af33..36478deab9f91812d44b4a214ea7ff64d037e513 100644 (file)
@@ -11,7 +11,7 @@
 
 /***********************************************************************/
 
-EstOutput SharedSorAbund::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) {
+EstOutput SorAbund::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) {
        try {
                EstOutput UVest;
                UVest.resize(2,0);
@@ -27,11 +27,11 @@ EstOutput SharedSorAbund::getValues(SharedRAbundVector* shared1, SharedRAbundVec
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SharedSorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               cout << "Standard Error: " << e.what() << " has occurred in the SorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }
        catch(...) {
-               cout << "An unknown error has occurred in the SharedSorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               cout << "An unknown error has occurred in the SorAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }       
 }