]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
created mothurOut class to handle logfiles
[mothur.git] / clustercommand.h
index 5c21efccb279aeeb447a00087c846859c84eae3f..5c57b69d1bd5dc0495925cb452df908ff5cb5b81 100644 (file)
@@ -29,7 +29,7 @@
 class ClusterCommand : public Command {
        
 public:
-       ClusterCommand(string); 
+       ClusterCommand(string);
        ~ClusterCommand();
        int execute();  
        void help();
@@ -56,6 +56,7 @@ private:
        unsigned long loops;
        
        void printData(string label);
+       vector<string> outputNames;
 };
 
 #endif