X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.cpp;h=b002a68f8a17af79fb04a668f1fd035332c7fa54;hb=477e76a8a79b60f6cd4253324dd830bdea25e3e9;hp=45dfc6aa8a6762b8125718b3b211a2ef3dc8ba8c;hpb=25cde7ff05bbe741da1712f2c740e0bc8706e523;p=mothur.git diff --git a/sharedlennon.cpp b/sharedlennon.cpp index 45dfc6a..b002a68 100644 --- a/sharedlennon.cpp +++ b/sharedlennon.cpp @@ -11,7 +11,7 @@ /***********************************************************************/ -EstOutput SharedLennon::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { +EstOutput Lennon::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { try { int S1, S2, S12, tempA, tempB, min; S1 = 0; S2 = 0; S12 = 0; tempA = 0; tempB = 0; min = 0; @@ -46,11 +46,11 @@ EstOutput SharedLennon::getValues(SharedRAbundVector* shared1, SharedRAbundVecto return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SharedLennon class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the Lennon class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SharedLennon class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the Lennon class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } }