]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.h
created mothurOut class to handle logfiles
[mothur.git] / phylotree.h
index cae0a0893f3939842f948627af481953e393f87d..345e2e72228d711942e2f0d036eed0bda8c8fa67 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 /**************************************************************************************************/
 
@@ -55,6 +56,7 @@ private:
        int numNodes;
        int numSeqs;
        int maxLevel;
+       MothurOut* m;
 };
 
 /**************************************************************************************************/