X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=suffixtree.hpp;h=492db54772ddcc1b2e2d60ea46c1700529453e22;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=ab262ba86295ea964d3857e40d387961466e7d11;hpb=63e089e0b3aad1741bab60119ed7ccc784dce347;p=mothur.git diff --git a/suffixtree.hpp b/suffixtree.hpp index ab262ba..492db54 100644 --- a/suffixtree.hpp +++ b/suffixtree.hpp @@ -37,6 +37,7 @@ public: SuffixTree(); ~SuffixTree(); // SuffixTree(string, string); + SuffixTree(const SuffixTree&); void loadSequence(Sequence); string getSeqName(); @@ -60,6 +61,7 @@ private: int nodeCounter; string seqName; string sequence; + MothurOut* m; };