X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=suffixtree.hpp;h=d2b69e42325777d508a23000b0bc0924e0cc34f9;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=ab262ba86295ea964d3857e40d387961466e7d11;hpb=63e089e0b3aad1741bab60119ed7ccc784dce347;p=mothur.git 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; };