]> git.donarmstrong.com Git - mothur.git/blobdiff - treenode.h
test
[mothur.git] / treenode.h
index 799595646268d40dbf64bb118774931ea4ae1098..a5c39167ca6bda64c8058e99b16a02ca4e07c748 100644 (file)
 
 using namespace std;
 
-#include <string>
-#include <iostream>
-#include <fstream>
-#include <iomanip>
-#include <vector>
-#include <map>
+#include "mothur.h"
 
 /* This class represents a node on a tree. */
 
@@ -41,7 +36,7 @@ class Node  {
                int getLChild();
                int getRChild();
                int getIndex();
-               void printNode(ostream&);   //prints out the name and the branch length
+               void printNode();   //prints out the name and the branch length
                
                
                //pGroup is the parsimony group info.  i.e. for a leaf node it would contain 1 enter pGroup["groupname"] = 1;