]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
created mothurOut class to handle logfiles
[mothur.git] / unifracunweightedcommand.h
index c98abc48d748be4dcbb8928283d808b118db29b8..c6fc46ac0bce0437b2d04315442fcf33e045b4d3 100644 (file)
@@ -47,7 +47,7 @@ class UnifracUnweightedCommand : public Command {
                
                bool abort, phylip, random;
                string groups, itersString, outputDir;
-               vector<string> Groups; //holds groups to be used
+               vector<string> Groups, outputNames; //holds groups to be used
 
                ofstream outSum, out;
                ifstream inFile;