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