X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedthetan.cpp;h=853bf810f1c37bcd9f325b069db535cf20f92892;hb=fd00cd216d3a38ccea22eae258e601df64218b05;hp=329368994d8e1895e2e60fbecc106eaab0c6dc5b;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedthetan.cpp b/sharedthetan.cpp index 3293689..853bf81 100644 --- a/sharedthetan.cpp +++ b/sharedthetan.cpp @@ -10,7 +10,7 @@ #include "sharedthetan.h" /***********************************************************************/ -EstOutput SharedThetaN::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { +EstOutput ThetaN::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { try { data.resize(1,0); @@ -51,12 +51,13 @@ EstOutput SharedThetaN::getValues(SharedRAbundVector* shared1, SharedRAbundVecto return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SharedThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the ThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SharedThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the ThetaN class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } } + /***********************************************************************/