]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedchao1.cpp
pat's edits prior to v.1.5
[mothur.git] / sharedchao1.cpp
index 803e95368240b15e8bee33ff4b22842fa168519d..cbb519241bd98e85823ef1fc25f33701dbeb84e9 100644 (file)
@@ -50,7 +50,7 @@ EstOutput SharedChao1::getValues(vector<SharedRAbundVector*> shared){
                //calculate chao1, (numleaves-1) because numleaves contains the ++ values.
                bool bias;
                for(int i=0;i<numLeaves;i++){
-                       if ((f2leaves[i]->lvalue == 0) || (f2leaves[i]->rvalue == 0))  { bias = true;  }// break;}
+                       if (f2leaves[i]->lvalue == 0 || f2leaves[i]->rvalue == 0) { bias = true;}// break;}
                }
 
                if(bias){