]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorest.cpp
removed "shared" from some of the calculator names and classes
[mothur.git] / sharedsorest.cpp
index 4f44b910dfc3a8c61e8c3e9daff78df2322e371b..68048b10dc5f5f53cbddbbd42873ed01b5edeaaf 100644 (file)
@@ -13,7 +13,7 @@
 
 /***********************************************************************/
 
-EstOutput SharedSorEst::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) {
+EstOutput SorEst::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) {
        try {
                EstOutput S1, S2, S12;
                S12.resize(1,0);
@@ -45,11 +45,11 @@ EstOutput SharedSorEst::getValues(SharedRAbundVector* shared1, SharedRAbundVecto
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the SharedSorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               cout << "Standard Error: " << e.what() << " has occurred in the SorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }
        catch(...) {
-               cout << "An unknown error has occurred in the SharedSorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               cout << "An unknown error has occurred in the SorEst class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
                exit(1);
        }       
 }