]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
created mothurOut class to handle logfiles
[mothur.git] / unifracweightedcommand.h
index c36152d107d894c4e26c857ce3508e4780ae06ef..77dd10d3490999def3789b91d405ac76e470f360 100644 (file)
@@ -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<string> Groups; //holds groups to be used
+               vector<string> Groups, outputNames; //holds groups to be used
 
                
                ofstream outSum;