X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nast.hpp;h=9428aed0446ce1236d23342467c80950cf64ab7f;hp=bc2467f13c3d65fe41309ffb6de13ffdbaafd7c4;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=648ec37228eb16075ace911dd5a5773cdfe683da diff --git a/nast.hpp b/nast.hpp index bc2467f..9428aed 100644 --- 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; }; /**************************************************************************************************/