]> git.donarmstrong.com Git - mothur.git/blobdiff - treenode.cpp
weightedcommand
[mothur.git] / treenode.cpp
index 7fff2c1deae9d687bba9f87229a4d7078cdc861d..cf7192e12e8c0d4e3b435b80e6cdefe8663f471c 100644 (file)
@@ -64,7 +64,8 @@ void Node::printNode() {
                for(it=pcount.begin();it!=pcount.end();it++){
                        cout << ' ' << it->first << ':' << it->second;
                }
-               cout << endl;
+               cout << endl; 
+               
                
        }
        catch(exception& e) {