X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=suffixtree.hpp;h=d2b69e42325777d508a23000b0bc0924e0cc34f9;hp=ab262ba86295ea964d3857e40d387961466e7d11;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=63e089e0b3aad1741bab60119ed7ccc784dce347 diff --git a/suffixtree.hpp b/suffixtree.hpp index ab262ba..d2b69e4 100644 --- a/suffixtree.hpp +++ b/suffixtree.hpp @@ -36,7 +36,6 @@ class SuffixTree { public: SuffixTree(); ~SuffixTree(); -// SuffixTree(string, string); void loadSequence(Sequence); string getSeqName(); @@ -60,6 +59,7 @@ private: int nodeCounter; string seqName; string sequence; + MothurOut* m; };