]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundfloatvector.h
working on pam
[mothur.git] / sharedrabundfloatvector.h
index 12df9e87eab30fb3cc31ae8c6c7d6d5d54e81d0f..f8d69a8a5a17d4b9cadcf0e5c500d93498f601fc 100644 (file)
@@ -23,7 +23,6 @@
        An individual which knows the OTU from which it came, 
        the group it is in and its abundance.  */
 
-class GlobalData;
 
 class SharedRAbundFloatVector : public DataVector {
        
@@ -46,6 +45,7 @@ public:
        individualFloat get(int);
        vector <individual> getData();
        float getAbundance(int);
+    vector<float> getAbundances();
        void push_front(float, int, string); //abundance, otu, groupname
        void insert(float, int, string); //abundance, otu, groupname
        void push_back(float, string);  //abundance, groupname