]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.hpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / engine.hpp
index d5846ba65fc287a6b7de3e7f5f6cfaa57a7f5951..5311da9e1e3aafb3c447b2e51ec411cb29c79d14 100644 (file)
 
 
 #include "mothur.h"
-#include "globaldata.hpp"
 #include "commandoptionparser.hpp"
 #include "command.hpp"
 #include "commandfactory.hpp"
 #include "mothurout.h"
 
-class GlobalData;
-
 class Engine {
 public:
        Engine(); 
@@ -48,7 +45,6 @@ public:
        virtual bool getInput();
        int openedBatch;
 private:
-       GlobalData* globaldata;
        ifstream inputBatchFile;
        string getNextCommand(ifstream&);
 
@@ -62,7 +58,7 @@ public:
        ~InteractEngine();
        virtual bool getInput();
 private:
-       GlobalData* globaldata;
+       
 };
 
 
@@ -73,7 +69,6 @@ public:
        virtual bool getInput();
        int openedBatch;
 private:
-       GlobalData* globaldata;
        string listOfCommands;
        string getNextCommand(string&);