]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
a few meaningless changes that are commented out
[mothur.git] / bayesian.cpp
index df83cde86fa61b87b5498c0eb35569a92bb9bef4..9ae0777912ba21ad231540eed5658c09298b4ece 100644 (file)
@@ -357,7 +357,7 @@ int Bayesian::getMostProbableTaxonomy(vector<int> queryKmer) {
                                maxProbability = prob;
                        }
                }
-
+//             cout << phyloTree->get(indexofGenus).name << '\t' << maxProbability << endl;
                return indexofGenus;
        }
        catch(exception& e) {