]> git.donarmstrong.com Git - mothur.git/blobdiff - readtree.cpp
sped up unifrac weighted.
[mothur.git] / readtree.cpp
index f72d69821f56d8fa8fb90d098f71ca855bb08126..e98524b45e9ec513fe171c5a342ab381a68fcacc 100644 (file)
@@ -341,7 +341,7 @@ int ReadNewickTree::readNewickInt(istream& f, int& n, Tree* T) {
                        if(f.peek() == ':'){                                                                          
                                readSpecialChar(f,':',"colon"); 
                                                                                
-                               if(n >= numNodes){      m->mothurOut("Error: Too many nodes in input tree\n");  readOk = -1; return -1; }
+                               if(n >= numNodes){ m->mothurOut("Error: Too many nodes in input tree\n");  readOk = -1; return -1; }
                                
                                T->tree[n].setBranchLength(readBranchLength(f));
                        }else{