]> git.donarmstrong.com Git - mothur.git/blobdiff - npshannon.cpp
fixed xp user bug with rarefact commands and cluster error checking
[mothur.git] / npshannon.cpp
index faabc9874dbcd4b08739dc66cf2e8728c710fa48..73dd834748cedde6b6c12333f02f682b487bc7e5 100644 (file)
@@ -28,7 +28,7 @@ EstOutput NPShannon::getValues(SAbundVector* rank){
                                double ChatPi = Chat*pi;
                                if(ChatPi>0){
                                        npShannon += rank->get(i) * ChatPi*log(ChatPi)/(1-pow(1-ChatPi,(double)sampled));
-                                       cout << ChatPi << '\t' << rank->get(i) * ChatPi*log(ChatPi)/(1-pow(1-ChatPi,(double)sampled)) << endl;
+                                       //cout << ChatPi << '\t' << rank->get(i) * ChatPi*log(ChatPi)/(1-pow(1-ChatPi,(double)sampled)) << endl;
                                }
                        }
                        npShannon = -npShannon;