X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedrabundvector.h;fp=sharedrabundvector.h;h=887478f2964b7d16407135d45905d977b1040ddf;hp=beece8e14a1082d7347a62fdc0e95ebcd24a9cc2;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b diff --git a/sharedrabundvector.h b/sharedrabundvector.h index beece8e..887478f 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -15,7 +15,7 @@ #include "sharedsabundvector.h" #include "sharedrabundfloatvector.h" #include "rabundvector.hpp" -#include "groupmap.h" +//#include "groupmap.h" /* This class is a child to datavector. It represents OTU information at a certain distance. It is similiar to an rabundvector except each member of data knows which group it belongs to. @@ -23,7 +23,7 @@ An individual which knows the OTU from which it came, the group it is in and its abundance. */ -class GlobalData; +//class GlobalData; class SharedRAbundVector : public DataVector { @@ -75,8 +75,8 @@ public: private: vector data; vector lookup; - GlobalData* globaldata; - GroupMap* groupmap; + //GlobalData* globaldata; + //GroupMap* groupmap; int maxRank; int numBins; int numSeqs;