X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylosummary.h;h=cdec0d0a4ac7ca83cb0845988adb90152bcae07b;hb=5a4ac4f954c4b4445bcee272f1f8220ddcc9c1e4;hp=04ba65f8ad6c93a5db879a323a2a6b6ed890a3c5;hpb=a5af3313f0221a8b41aa362d72eadb60a4dd6e27;p=mothur.git diff --git a/phylosummary.h b/phylosummary.h index 04ba65f..cdec0d0 100644 --- a/phylosummary.h +++ b/phylosummary.h @@ -36,7 +36,7 @@ public: PhyloSummary(string, string); ~PhyloSummary() { if (groupmap != NULL) { delete groupmap; } } - void summarize(string); //pass it a taxonomy file and a group file and it makes the tree + int summarize(string); //pass it a taxonomy file and a group file and it makes the tree int addSeqToTree(string, string); int addSeqToTree(string, vector); void print(ofstream&);