]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.hpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / blastdb.hpp
index 2e7423dcba612f332d7ef2f2657fac9aa16f1b79..9398ba0362b9f501bc6684b508c6befcfe20b4d5 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "mothur.h"
-#include "globaldata.hpp"
 
 class BlastDB : public Database {
 
@@ -37,7 +36,6 @@ private:
        float gapExtend;
        float match;
        float misMatch;
-       GlobalData* globaldata;
 };
 
 #endif