]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
fixed blast code path problem
[mothur.git] / engine.hpp
index a35b616e6cce63d541684e057a76248481af29ca..276d29267a298dd7c2f52c9b550b3d9b37c555a0 100644 (file)
@@ -39,7 +39,7 @@ protected:
 
 class BatchEngine : public Engine {
 public:
-       BatchEngine(string);
+       BatchEngine(string, string);
        ~BatchEngine();
        virtual bool getInput();
        int openedBatch;
@@ -53,7 +53,7 @@ private:
 
 class InteractEngine : public Engine {
 public:
-       InteractEngine();
+       InteractEngine(string);
        ~InteractEngine();
        virtual bool getInput();
 private: