]> git.donarmstrong.com Git - mothur.git/blobdiff - phylodiversity.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / phylodiversity.h
index 5e0259541d691fc0b5b51cbf7f46feb6034f8cf8..a789efad2bff1549660dea79f05a1109c5953f20 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include "treemap.h"
-#include "globaldata.hpp"
 #include "mothurout.h"
 
 
 class PhyloDiversity  {
        
        public:
-               PhyloDiversity(TreeMap* t) : tmap(t) { globaldata = GlobalData::getInstance();  m = MothurOut::getInstance(); }
+               PhyloDiversity(TreeMap* t) : tmap(t) {  m = MothurOut::getInstance(); }
                ~PhyloDiversity() {};
                
                //int getValues(Tree*, vector<int>, vector< vector< float> >&);
                
                
        private:
-               GlobalData* globaldata;
                MothurOut* m;
                TreeMap* tmap;
 };