]> git.donarmstrong.com Git - mothur.git/blobdiff - suffixtree.hpp
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / suffixtree.hpp
index ab262ba86295ea964d3857e40d387961466e7d11..492db54772ddcc1b2e2d60ea46c1700529453e22 100644 (file)
@@ -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;
        
 };