]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactsharedcommand.h
enabled ~
[mothur.git] / rarefactsharedcommand.h
index a141988e51c90989515a5ec868319a94015a6e2d..da26d174ca3c3cc9da41027f5252aa8f58288f20 100644 (file)
@@ -21,7 +21,7 @@ class GlobalData;
 class RareFactSharedCommand : public Command {
        
 public:
-       RareFactSharedCommand(string);  
+       RareFactSharedCommand(string);
        ~RareFactSharedCommand();
        int execute();  
        void help();
@@ -39,8 +39,8 @@ private:
 
        bool abort, allLines, jumble;
        set<string> labels; //holds labels to be used
-       string label, calc, groups;
-       vector<string>  Estimators, Groups;
+       string label, calc, groups, outputDir;
+       vector<string>  Estimators, Groups, outputNames;
 
 
 };