]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetayc.cpp
added sharedbraycurtis, sharedmorisirahorn, sharedkulczynski, sharedkulczynskicody...
[mothur.git] / sharedthetayc.cpp
index a055b664728f16c852459da8fc9a0946b093215e..ad2e1c574302b678f9d503dc235ef3b5a6b38db2 100644 (file)
@@ -16,8 +16,8 @@ EstOutput SharedThetaYC::getValues(SharedRAbundVector* shared1, SharedRAbundVect
                
                int Atotal, Btotal, tempA, tempB;
                Atotal = 0; Btotal = 0; 
-               float numerator, denominator, thetaYC, sumSharedA, sumSharedB, a, b, d;
-               numerator = 0.0; denominator = 0.0; thetaYC = 0.0; sumSharedA = 0.0; sumSharedB = 0.0; a = 0.0; b = 0.0; d = 0.0;
+               float thetaYC, sumSharedA, sumSharedB, a, b, d;
+               thetaYC = 0.0; sumSharedA = 0.0; sumSharedB = 0.0; a = 0.0; b = 0.0; d = 0.0;
                
                //get the total values we need to calculate the theta denominator sums
                for (int i = 0; i < shared1->size(); i++) {