X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.cpp;h=9c53448e0edb44478bd47c6cebd6fea68ea2d0b9;hb=bdb5d82e2a73829b4e1fa42656ad9bcb57e3e948;hp=a1b506eb131f4f96f89d865ef4f27072ab150c20;hpb=3117b1c3109121dff476997d3c5db5b47a77729b;p=mothur.git diff --git a/sharedjest.cpp b/sharedjest.cpp index a1b506e..9c53448 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -42,17 +42,19 @@ EstOutput Jest::getValues(vector shared) { data[0] = S12[0] / (float)(S1[0] + S2[0] - S12[0]); if (isnan(data[0]) || isinf(data[0])) { data[0] = 0; } - + + delete sharedChao; + delete chaoS1; + delete chaoS2; + delete chaoS1Sabund; + delete chaoS2Sabund; + return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "Jest", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/