]> git.donarmstrong.com Git - mothur.git/blobdiff - phylotree.h
finished get.relabund command
[mothur.git] / phylotree.h
index 50bbb1dd86f3148e10110e3f10407ce754a30766..7aae8f1adedcf5f1db6b94d1bbe76a968a8e3100 100644 (file)
@@ -54,7 +54,7 @@ public:
        bool ErrorCheck(vector<string>);
        
 private:
-       string getNextTaxon(string&);
+       string getNextTaxon(string&, string);
        void print(ofstream&, vector<TaxNode>&); //used to create static reference taxonomy file
        void fillOutTree(int, vector<TaxNode>&); //used to create static reference taxonomy file
        void binUnclassified(string);