]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.cpp
1.18.1
[mothur.git] / sharedjest.cpp
index 9c53448e0edb44478bd47c6cebd6fea68ea2d0b9..504dd7d605d7d06193c4596841975b0a8f801086 100644 (file)
@@ -38,7 +38,7 @@ EstOutput Jest::getValues(vector<SharedRAbundVector*> shared) {
                S12 = sharedChao->getValues(shared);
                S1 = chaoS1->getValues(chaoS1Sabund);
                S2 = chaoS2->getValues(chaoS2Sabund);
-                               
+               
                data[0] = S12[0] / (float)(S1[0] + S2[0] - S12[0]);
                
                if (isnan(data[0]) || isinf(data[0])) { data[0] = 0; }