]> git.donarmstrong.com Git - mothur.git/blobdiff - blastalign.hpp
changes while testing
[mothur.git] / blastalign.hpp
index 94bce82936a5e05404ee66e4eda6d5cad282f3b3..31688bd86d77386d384fef73bb9c3289e681ada3 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef BlastAlignment_H
+#define BlastAlignment_H
+
+
 /*
  *  blastalign.hpp
  *  
@@ -12,7 +16,7 @@
  */
  
 #include "mothur.h"
-#include "globaldata.hpp"
+
 
 class BlastAlignment : public Alignment {
 
@@ -34,6 +38,9 @@ private:
        float mismatch;
        float gapOpen;
        float gapExtend;
-       GlobalData* globaldata;
 };
 
+#endif
+
+
+