X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetayc.cpp;fp=sharedthetayc.cpp;h=1357cb611b407319de5c093ca2d0e99e14be7ead;hb=c537597ec5ebd47b4898da87ae03b0c2aeced354;hp=ad2e1c574302b678f9d503dc235ef3b5a6b38db2;hpb=197c6d3303439582502840980d6a85cf3aab2314;p=mothur.git diff --git a/sharedthetayc.cpp b/sharedthetayc.cpp index ad2e1c5..1357cb6 100644 --- a/sharedthetayc.cpp +++ b/sharedthetayc.cpp @@ -10,7 +10,7 @@ #include "sharedthetayc.h" /***********************************************************************/ -EstOutput SharedThetaYC::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { +EstOutput ThetaYC::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { try { data.resize(1,0); @@ -52,11 +52,11 @@ EstOutput SharedThetaYC::getValues(SharedRAbundVector* shared1, SharedRAbundVect return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SharedThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the ThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SharedThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the ThetaYC class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } }