X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.cpp;fp=sharedjest.cpp;h=079cdef11de26892e35942c329a2f8e974131eed;hb=c537597ec5ebd47b4898da87ae03b0c2aeced354;hp=5a3b6b83781d397756e1c7f3db06795378525f15;hpb=197c6d3303439582502840980d6a85cf3aab2314;p=mothur.git diff --git a/sharedjest.cpp b/sharedjest.cpp index 5a3b6b8..079cdef 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -14,7 +14,7 @@ /***********************************************************************/ -EstOutput SharedJest::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { +EstOutput Jest::getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) { try { EstOutput S1, S2, S12; S12.resize(1,0); @@ -46,11 +46,11 @@ EstOutput SharedJest::getValues(SharedRAbundVector* shared1, SharedRAbundVector* return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SharedJest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SharedJest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } }