]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
fixed some bugs and added mgcluster command
[mothur.git] / engine.hpp
index df4e08d879103c95e2959130eda2d19296f0a0f3..d3f156e533a6a759bab014250dd1d54ad1726c7b 100644 (file)
@@ -27,7 +27,6 @@ public:
        virtual bool getInput() = 0;
        virtual string getCommand();
        vector<string> getOptions() {   return options;         }
-       //virtual void terminateCommand(int);
 protected:
        vector<string> options;
        CommandFactory* cFactory;