]> git.donarmstrong.com Git - mothur.git/blobdiff - nast.hpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / nast.hpp
index bc2467f13c3d65fe41309ffb6de13ffdbaafd7c4..9428aed0446ce1236d23342467c80950cf64ab7f 100644 (file)
--- a/nast.hpp
+++ b/nast.hpp
@@ -19,6 +19,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 class Alignment;
 class Sequence;
@@ -43,6 +44,7 @@ private:
        Sequence* templateSeq;
        
        int maxInsertLength;
+       MothurOut* m;
 };
 
 /**************************************************************************************************/