X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.h;h=77dd10d3490999def3789b91d405ac76e470f360;hb=c27e902ede71ea4d20af65752ef04459c101611b;hp=c36152d107d894c4e26c857ce3508e4780ae06ef;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/unifracweightedcommand.h b/unifracweightedcommand.h index c36152d..77dd10d 100644 --- a/unifracweightedcommand.h +++ b/unifracweightedcommand.h @@ -23,7 +23,7 @@ class GlobalData; class UnifracWeightedCommand : public Command { public: - UnifracWeightedCommand(string); + UnifracWeightedCommand(string); ~UnifracWeightedCommand() { if (abort == false) { delete weighted; delete util; } } int execute(); void help(); @@ -51,7 +51,7 @@ class UnifracWeightedCommand : public Command { bool abort, phylip, random; string groups, itersString; - vector Groups; //holds groups to be used + vector Groups, outputNames; //holds groups to be used ofstream outSum;