X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chao1.cpp;h=d7ec7ea7015da078452562bd526d56944d590560;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=ad1faa242b81c1520d29fb6395fa5f5825d179ec;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/chao1.cpp b/chao1.cpp index ad1faa2..d7ec7ea 100644 --- a/chao1.cpp +++ b/chao1.cpp @@ -29,7 +29,7 @@ EstOutput Chao1::getValues(SAbundVector* rank){ }else{ doubles = 0.0; } double chaovar = 0.0000; -//cout << "singles = " << singles << " doubles = " << doubles << " sobs = " << sobs << endl; +//cout << "singles = " << singles << " doubles = " << doubles << " sobs = " << sobs << endl; double chao = sobs + singles*(singles-1)/(2*(doubles+1)); if(singles > 0 && doubles > 0){