]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
fixed bug with displaying info for collect.shared() and summary.shared().
[mothur.git] / sharedrabundvector.h
index 5547f89dabeafdf59554e4c8d2144e5375b38fe8..41a5798ed295489a0d786fd52a400407104e8a6a 100644 (file)
@@ -37,7 +37,9 @@ public:
        int getNumSeqs();                                                       
        int getMaxRank();
        string getGroup();
-       void setGroup(string);                                                  
+       void setGroup(string);
+       int getGroupIndex();
+       void setGroupIndex(int);                                                                
 
        void set(int, int, string);                     //OTU, abundance, groupname
        individual get(int);
@@ -63,7 +65,8 @@ private:
        int maxRank;
        int numBins;
        int numSeqs;
-       string group;   
+       string group;
+       int index;      
 };