X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedkstest.cpp;h=604f1f67ff1b42e09dc14a0c46ed8e30793799cf;hp=8daa0eba3287bb27e529bb0549eba25681a9aed2;hb=c537597ec5ebd47b4898da87ae03b0c2aeced354;hpb=197c6d3303439582502840980d6a85cf3aab2314 diff --git a/sharedkstest.cpp b/sharedkstest.cpp index 8daa0eb..604f1f6 100644 --- a/sharedkstest.cpp +++ b/sharedkstest.cpp @@ -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); } }