X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treegroupscommand.h;h=3e8fbb01c4df3c34540a11342a5a960a03788145;hb=5412970cac5fbb63312d4dd279851f0482787901;hp=e23dc777689f80806a8d81e458c9acda7f3ba4aa;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/treegroupscommand.h b/treegroupscommand.h index e23dc77..3e8fbb0 100644 --- a/treegroupscommand.h +++ b/treegroupscommand.h @@ -40,10 +40,10 @@ public: void help(); private: - void createTree(); + int createTree(); void printSims(ostream&); - void makeSimsShared(); - void makeSimsDist(); + int makeSimsShared(); + int makeSimsDist(); GlobalData* globaldata; ReadOTUFile* read; @@ -68,10 +68,10 @@ private: bool abort, allLines; set labels; //holds labels to be used string phylipfile, columnfile, namefile, calc, groups, label, outputDir; - vector Estimators, Groups; //holds estimators to be used + vector Estimators, Groups, outputNames; //holds estimators to be used //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label. - void process(vector); + int process(vector);