X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=treenode.h;h=029cee9419cf7adf88344d1635e5709196bd5c73;hp=c25806b7445cb90cc97ae45ab33d917a3981257e;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=5a1e62397b91f57d0d3aff635891df04b8999a88 diff --git a/treenode.h b/treenode.h index c25806b..029cee9 100644 --- a/treenode.h +++ b/treenode.h @@ -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