]> git.donarmstrong.com Git - mothur.git/blobdiff - treenode.h
added modify names parameter to set.dir
[mothur.git] / treenode.h
index c25806b7445cb90cc97ae45ab33d917a3981257e..029cee9419cf7adf88344d1635e5709196bd5c73 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 /* This class represents a node on a tree. */
 
@@ -58,6 +59,7 @@ class Node  {
                int                             lchild;
                int                             rchild;
                int                             vectorIndex;
+               MothurOut* m;
 };             
 
 #endif