X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=treenode.h;h=029cee9419cf7adf88344d1635e5709196bd5c73;hp=c25806b7445cb90cc97ae45ab33d917a3981257e;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;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