]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
fixed Thomas' calculators
[mothur.git] / engine.hpp
index 7990d1790586b5980fb31ada11f85b540572858f..276d29267a298dd7c2f52c9b550b3d9b37c555a0 100644 (file)
  
 
 
-#include <vector>
-#include <set>
-#include <string>
+#include "mothur.h"
+#include "globaldata.hpp"
+#include "commandoptionparser.hpp"
+#include "command.hpp"
+#include "commandfactory.hpp"
+#include "errorchecking.h"
+
 
 using namespace std;
 
@@ -35,7 +39,7 @@ protected:
 
 class BatchEngine : public Engine {
 public:
-       BatchEngine(string);
+       BatchEngine(string, string);
        ~BatchEngine();
        virtual bool getInput();
        int openedBatch;
@@ -49,7 +53,7 @@ private:
 
 class InteractEngine : public Engine {
 public:
-       InteractEngine();
+       InteractEngine(string);
        ~InteractEngine();
        virtual bool getInput();
 private: