]> git.donarmstrong.com Git - mothur.git/blobdiff - setdircommand.h
modified the engine to extract the path of mothur executable if argv does not contain...
[mothur.git] / setdircommand.h
index 663496523e55a9cd2e2a8999043a8eeb743a8b7b..330adf14ee11061c9b049b6aab2bde783113d6d0 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "command.hpp"
 #include "commandfactory.hpp"
+#include "globaldata.hpp"
 
 /**********************************************************/
 
@@ -25,7 +26,7 @@ public:
        
 private:
        CommandFactory* commandFactory;
-       string output, input;
+       string output, input, tempdefault;
        bool abort;
                
 };