X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedrabundvector.h;h=664718518e276c7c84984f5c1fe76c9b3bf46523;hp=792543e5abe87e9ac346f98004f33af1c8a39e46;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/sharedrabundvector.h b/sharedrabundvector.h index 792543e..6647185 100644 --- a/sharedrabundvector.h +++ b/sharedrabundvector.h @@ -24,7 +24,6 @@ An individual which knows the OTU from which it came, the group it is in and its abundance. */ -//class GlobalData; class SharedRAbundVector : public DataVector { @@ -51,6 +50,7 @@ public: individual get(int); vector getData(); int getAbundance(int); + vector getAbundances(); int numNZ(); void sortD(); //Sorts the data in descending order. void push_front(int, int, string); //abundance, otu, groupname