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