]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.h
working on pam
[mothur.git] / sharedordervector.h
index 6aa8ba1c1ed0dc6ef49f1aa5d8becac971852126..7d383ac84f431830e2324cd51d4777d80a3390e0 100644 (file)
@@ -24,7 +24,7 @@ struct individual {
                bool operator()(const individual& i1, const individual& i2) {
                return (i1.abundance > i2.abundance);
                }
-       individual() { group = ""; bin = 0; abundance = 0; }
+       individual() {  group = ""; bin = 0; abundance = 0; }
 };
 
 struct individualFloat {
@@ -42,11 +42,7 @@ struct individualFloat {
 #include "rabundvector.hpp"
 #include "sharedrabundvector.h"
 #include "sharedsabundvector.h"
-#include "globaldata.hpp"
 #include "groupmap.h"
-//#include "globaldata.hpp"
-
-class GlobalData;
 
 class SharedOrderVector : public DataVector {
        
@@ -83,7 +79,6 @@ public:
        vector<SharedRAbundVector*> getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups
        
 private:
-       GlobalData* globaldata;
        GroupMap* groupmap;
        vector<individual>  data; 
        map< int, vector<individual> >::iterator it;