]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.cpp
modified some calculators and other stuff - pds
[mothur.git] / ace.cpp
diff --git a/ace.cpp b/ace.cpp
index 17049bdc414f7e4cb0371332b3e2aef7ac2c4f41..54d0946eab9cf0b2230ef45ef8749b1feecb9da0 100644 (file)
--- a/ace.cpp
+++ b/ace.cpp
@@ -42,7 +42,7 @@ EstOutput Ace::getValues(SAbundVector* rank) {
        
                if(denom <= 0.0){       term1=0.0000;   } else {        term1 = (double)(srare * numsum)/(double)denom - 1.0;   }
                if(term1 >= 0.0){       gamace = term1; } else {        gamace = 0.0;                                                                                   }
-
+               
                if(gamace >= 0.64){
                        gamace = gamace * (1 + (nrare * (1 - Cace) * numsum) / denom);
                        if(gamace<0){                   gamace = 0;                     }