X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chao1.cpp;fp=chao1.cpp;h=24521f570e4124a0efa56d1d55c75ed510770728;hb=3abb236c602eb168ee112f080b563ebe2c705029;hp=b601b51f727490aeb3804f23b2aaa20ef1fad135;hpb=0f297d3c211acbdfd4d941ef193a6702c5046dd1;p=mothur.git diff --git a/chao1.cpp b/chao1.cpp index b601b51..24521f5 100644 --- a/chao1.cpp +++ b/chao1.cpp @@ -19,7 +19,7 @@ EstOutput Chao1::getValues(SAbundVector* rank){ double singles = (double)rank->get(1); double doubles = (double)rank->get(2); double chaovar = 0.0000; - +//cout << "singles = " << singles << " doubles = " << doubles << " sobs = " << sobs << endl; double chao = sobs + singles*(singles-1)/(2*(doubles+1)); if(singles > 0 && doubles > 0){