X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=blastalign.hpp;h=31688bd86d77386d384fef73bb9c3289e681ada3;hp=94bce82936a5e05404ee66e4eda6d5cad282f3b3;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=3abb236c602eb168ee112f080b563ebe2c705029 diff --git a/blastalign.hpp b/blastalign.hpp index 94bce82..31688bd 100644 --- a/blastalign.hpp +++ b/blastalign.hpp @@ -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 + + +