]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.cpp
fixed bug in phylo.diversity rooting. added filename patterns and create filename...
[mothur.git] / readtree.cpp
index 71c4bd5b96fcd1cc435f2954616899fdde3eedb8..4c9def84dcb08fb28084b52c8464f2fc98f0da85 100644 (file)
@@ -378,7 +378,7 @@ int ReadNewickTree::readNewickInt(istream& f, int& n, Tree* T, CountTable* ct) {
                
                        //set group info
                        vector<string> group = ct->getGroups(name);
-                       
+            //cout << name << endl;    
                        //find index in tree of name
                        int n1 = T->getIndex(name);