]> git.donarmstrong.com Git - mothur.git/blobdiff - optionparser.h
created mothurOut class to handle logfiles
[mothur.git] / optionparser.h
index dab14debe385472c35f5f405aa8e12b8b1dabcf0..7707e739ce15d7e0dd6657bc08a288222dfbdbb0 100644 (file)
@@ -13,6 +13,7 @@
 
 
 #include "mothur.h"
+#include "mothurout.h"
 
 
 /***********************************************************************/
@@ -24,6 +25,7 @@ public:
        map<string, string> getParameters();
 private:
        map<string, string> parameters;
+       MothurOut* m;
 };
 
 /***********************************************************************/